woocommerce_email_heading_

woocommerce_email_heading_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_heading_') is found 1 times:

  • /includes/emails/class-wc-email.php line 437
    	 *
    	 * @return string
    	 */
    	public function get_heading() {
    		return apply_filters( 'woocommerce_email_heading_' . $this->id, $this->format_string( $this->get_option( 'heading', $this->get_default_heading() ) ), $this->object, $this );
    	}
    
    	/**
    	 * Get valid recipients.
    	 *
    	 * @return string