woocommerce_email_get_option, $value, $this, $value, $key, $empty_value
woocommerce_email_get_option, $value, $this, $value, $key, $empty_value
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_get_option, $value, $this, $value, $key, $empty_value') is found 1 times:
- /includes/emails/class-wc-email.php line 818
* @return string */ public function get_option( $key, $empty_value = null ) { $value = parent::get_option( $key, $empty_value ); return apply_filters( 'woocommerce_email_get_option', $value, $this, $value, $key, $empty_value ); } /** * Checks if this email is enabled and will be sent. * * @return bool