WC_Email_Admin_Payment_Gateway_Enabled::get_default_subject
Get email subject.
Method of the class: WC_Email_Admin_Payment_Gateway_Enabled{}
No Hooks.
Returns
String.
Usage
$WC_Email_Admin_Payment_Gateway_Enabled = new WC_Email_Admin_Payment_Gateway_Enabled(); $WC_Email_Admin_Payment_Gateway_Enabled->get_default_subject();
Changelog
| Since 10.6.0 | Introduced. |
WC_Email_Admin_Payment_Gateway_Enabled::get_default_subject() WC Email Admin Payment Gateway Enabled::get default subject code WC 10.8.1
public function get_default_subject() {
return __( '[{site_title}] Payment gateway "{gateway_title}" enabled', 'woocommerce' );
}