woocommerce_email_get_option, $value, $this, $value, $key, $empty_value

woocommerce_email_get_option, $value, $this, $value, $key, $empty_value

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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