woocommerce_my_account_my_address_description

woocommerce_my_account_my_address_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_my_account_my_address_description') is found 1 times:

  • /templates/myaccount/my-address.php line 46
    $col    = 1;
    ?>
    
    <p>
    	<?php echo apply_filters( 'woocommerce_my_account_my_address_description', esc_html__( 'The following addresses will be used on the checkout page by default.', 'woocommerce' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    </p>
    
    <?php if ( ! wc_ship_to_billing_address_only() && wc_shipping_enabled() ) : ?>
    	<div class="u-columns woocommerce-Addresses col2-set addresses">
    <?php endif; ?>