woocommerce_email_get_option

woocommerce_email_get_option

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_get_option') is found 1 times:

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