woocommerce_email_enabled_

woocommerce_email_enabled_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_enabled_') is found 1 times:

  • /includes/emails/class-wc-email.php line 547
    	 *
    	 * @return bool
    	 */
    	public function is_enabled() {
    		return apply_filters( 'woocommerce_email_enabled_' . $this->id, 'yes' === $this->enabled, $this->object, $this );
    	}
    
    	/**
    	 * Checks if this email is manually sent
    	 *
    	 * @return bool