woocommerce_pos_email_header
woocommerce_pos_email_header
Appears in: woocommerce.10.0.4, woocommerce.10.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.1.2do_action('woocommerce_pos_email_header') is found 2 times:
- /templates/emails/customer-pos-completed-order.php line 32
* * @hooked WC_Email_Customer_POS_*::email_header() Output the email header * @since 10.0.0 */ do_action( 'woocommerce_pos_email_header', $email_heading, $email ); ?> <div class="email-introduction"> <p> <?php if ( ! empty( $order->get_billing_first_name() ) ) { /* translators: %s: Customer first name */
- /templates/emails/customer-pos-refunded-order.php line 30
* * @hooked WC_Email_Customer_POS_*::email_header() Output the email header * @since 10.0.0 */ do_action( 'woocommerce_pos_email_header', $email_heading, $email ); ?> <div class="email-introduction"> <p> <?php if ( ! empty( $order->get_billing_first_name() ) ) { /* translators: %s: Customer first name */