woocommerce_email_heading_

woocommerce_email_heading_

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.5

apply_filters('woocommerce_email_heading_') is found 1 times:

  • /includes/emails/class-wc-email.php line 484
    		 * @param string      $heading Heading to be added to the email.
    		 * @param object|bool $object  The object (ie, product or order) this email relates to, if any.
    		 * @param WC_Email    $email   WC_Email instance managing the email.
    		 */
    		return apply_filters( 'woocommerce_email_heading_' . $this->id, $this->format_string( $this->get_option_or_transient( 'heading', $this->get_default_heading() ) ), $this->object, $this );
    	}
    
    	/**
    	 * Get valid recipients.
    	 *
    	 * @return string