updated plugin Easy Digital Downloads
version 3.1.1.4.2
This commit is contained in:
@ -44,5 +44,13 @@ if ( function_exists( 'EDD_CFM' ) ) {
|
||||
<input class="edd-input" type="text" name="edd_last" id="edd-last" placeholder="<?php esc_html_e( 'Last name', 'easy-digital-downloads' ); ?>" value="<?php echo esc_attr( $customer['last_name'] ); ?>" aria-describedby="edd-last-description" <?php EDD\Blocks\Functions\mark_field_required( 'edd_last' ); ?>/>
|
||||
<p class="edd-description" id="edd-last-description"><?php esc_html_e( 'We will use this as well to personalize your account experience.', 'easy-digital-downloads' ); ?></p>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
endif;
|
||||
/**
|
||||
* Allow users to add additional fields to the checkout form.
|
||||
*
|
||||
* @param array $customer Customer information. Note that this parameter is not in the original shortcode hook.
|
||||
*/
|
||||
do_action( 'edd_purchase_form_user_info_fields', $customer );
|
||||
?>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user