woocommerce_email_subject_

woocommerce_email_subject_

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

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('woocommerce_email_subject_') is found 1 times:

  • /includes/emails/class-wc-email.php line 428
    	 *
    	 * @return string
    	 */
    	public function get_subject() {
    		return apply_filters( 'woocommerce_email_subject_' . $this->id, $this->format_string( $this->get_option( 'subject', $this->get_default_subject() ) ), $this->object, $this );
    	}
    
    	/**
    	 * Get email heading.
    	 *
    	 * @return string