woocommerce_email, $this
woocommerce_email, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_email, $this') is found 1 times:
- /includes/class-wc-emails.php line 274
* * @since 3.0.0 * @param WC_Emails $this The WC_Emails instance. */ do_action( 'woocommerce_email', $this ); } /** * Init email classes. * * @return void