woocommerce_after_edit_address_form_{$load_address}

woocommerce_after_edit_address_form_{$load_address}

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_after_edit_address_form_{$load_address}') is found 1 times:

  • /templates/myaccount/form-edit-address.php line 43
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
        }
        ?>
    </div>
     
    <?php do_action( "woocommerce_after_edit_address_form_{$load_address}" ); ?>
     
    <p>
        <button type="submit" class="button<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?>" name="save_address" value="<?php esc_attr_e( 'Save address', 'woocommerce' ); ?>"><?php esc_html_e( 'Save address', 'woocommerce' ); ?></button>
        <?php wp_nonce_field( 'woocommerce-edit_address', 'woocommerce-edit-address-nonce' ); ?>
        <input type="hidden" name="action" value="edit_address" />
    </p>