WC_Email_Admin_Payment_Gateway_Enabled::get_default_subjectpublicWC 10.6.0

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() code WC 10.8.1

public function get_default_subject() {
	return __( '[{site_title}] Payment gateway "{gateway_title}" enabled', 'woocommerce' );
}