woocommerce_pos_email_header

woocommerce_pos_email_header

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_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 */
    

See this hook used in plugins: