woocommerce_email_title, $this->title, $this
woocommerce_email_title, $this->title, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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