woocommerce_email_description

woocommerce_email_description

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_description') is found 1 times:

  • /includes/emails/class-wc-email.php line 526
    	 *
    	 * @return string
    	 */
    	public function get_description() {
    		return apply_filters( 'woocommerce_email_description', $this->description, $this );
    	}
    
    	/**
    	 * Proxy to parent's get_option and attempt to localize the result using gettext.
    	 *
    	 * @param string $key Option key.