woocommerce_email, $this

woocommerce_email, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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