WC_Email::get_title
Return the email's title
Method of the class: WC_Email{}
Hooks from the method
Returns
String.
Usage
$WC_Email = new WC_Email(); $WC_Email->get_title();
WC_Email::get_title() WC Email::get title code WC 10.7.0
public function get_title() {
return apply_filters( 'woocommerce_email_title', $this->title, $this );
}