woocommerce_email_enabled_ . $this->id, yes === $this->enabled, $this->object, $this
woocommerce_email_enabled_ . $this->id, yes === $this->enabled, $this->object, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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