woocommerce_email_heading_ . $this->id, $this->format_string( $this->get_option_or_transient( heading, $this->get_default_heading(
woocommerce_email_heading_ . $this->id, $this->format_string( $this->get_option_or_transient( heading, $this->get_default_heading(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_heading_ . $this->id, $this->format_string( $this->get_option_or_transient( heading, $this->get_default_heading(') is found 1 times:
- /includes/emails/class-wc-email.php line 613
* @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