woocommerce_before_edit_account_address_form

woocommerce_before_edit_account_address_form

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_edit_account_address_form') is found 1 times:

  • /templates/myaccount/form-edit-address.php line 22
    defined( 'ABSPATH' ) || exit;
    
    $page_title = ( 'billing' === $load_address ) ? esc_html__( 'Billing address', 'woocommerce' ) : esc_html__( 'Shipping address', 'woocommerce' );
    
    do_action( 'woocommerce_before_edit_account_address_form' ); ?>
    
    <?php if ( ! $load_address ) : ?>
    	<?php wc_get_template( 'myaccount/my-address.php' ); ?>
    <?php else : ?>
    
    	<form method="post">