woocommerce_email_header, $email_heading, null
woocommerce_email_header, $email_heading, null
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_email_header, $email_heading, null') is found 1 times:
- /includes/class-wc-emails.php line 467
* @since 3.0.0 * @param string $email_heading Heading text. * @param null $null Unused. */ do_action( 'woocommerce_email_header', $email_heading, null ); echo wp_kses_post( wpautop( wptexturize( $message ) ) ); /** * Action hook for email footer. *