woocommerce_email_customer_address_section, shipping, $order, $sent_to_admin, false
woocommerce_email_customer_address_section, shipping, $order, $sent_to_admin, false
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_email_customer_address_section, shipping, $order, $sent_to_admin, false') is found 1 times:
- /templates/emails/email-addresses.php line 97
* @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', 'shipping', $order, $sent_to_admin, false ); ?> </address> </td> <?php endif; ?> </tr> </table>