woocommerce_email_customer_address_section, billing, $order, $sent_to_admin, false

woocommerce_email_customer_address_section, billing, $order, $sent_to_admin, false

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_email_customer_address_section, billing, $order, $sent_to_admin, false') is found 1 times:

  • /templates/emails/email-addresses.php line 69
    				 * @param WC_Order $order Order instance.
    				 * @param bool $sent_to_admin If this email is being sent to the admin or not.
    				 * @param bool $plain_text If this email is plain text or not.
    				 */
    				do_action( 'woocommerce_email_customer_address_section', 'billing', $order, $sent_to_admin, false );
    				?>
    			</address>
    		</td>
    		<?php if ( ! wc_ship_to_billing_address_only() && $order->needs_shipping_address() && $shipping ) : ?>
    			<td class="font-family text-align-left" style="padding:0;" valign="top" width="50%">
    				<?php if ( $email_improvements_enabled ) { ?>