woocommerce_email_enabled_ . $this->id, yes === $this->enabled, $this->object, $this

woocommerce_email_enabled_ . $this->id, yes === $this->enabled, $this->object, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_enabled_ . $this->id, yes === $this->enabled, $this->object, $this') is found 1 times:

  • /includes/emails/class-wc-email.php line 827
    	 *
    	 * @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