woocommerce_edit_account_form_start

woocommerce_edit_account_form_start

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_edit_account_form_start') is found 1 times:

  • /templates/myaccount/form-edit-account.php line 24
    do_action( 'woocommerce_before_edit_account_form' ); ?>
    
    <form class="woocommerce-EditAccountForm edit-account" action="" method="post" <?php do_action( 'woocommerce_edit_account_form_tag' ); ?> >
    
    	<?php do_action( 'woocommerce_edit_account_form_start' ); ?>
    
    	<p class="woocommerce-form-row woocommerce-form-row--first form-row form-row-first">
    		<label for="account_first_name"><?php esc_html_e( 'First name', 'woocommerce' ); ?>&nbsp;<span class="required">*</span></label>
    		<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="account_first_name" id="account_first_name" autocomplete="given-name" value="<?php echo esc_attr( $user->first_name ); ?>" />
    	</p>
    	<p class="woocommerce-form-row woocommerce-form-row--last form-row form-row-last">