woocommerce_email_title, $this->title, $this

woocommerce_email_title, $this->title, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_title, $this->title, $this') is found 1 times:

  • /includes/emails/class-wc-email.php line 797
    	 *
    	 * @return string
    	 */
    	public function get_title() {
    		return apply_filters( 'woocommerce_email_title', $this->title, $this );
    	}
    
    	/**
    	 * Return the email's description
    	 *
    	 * @return string