Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsEmails::get_descriptionpublicWC 1.0

Return description used in the frontend.

Метод класса: ExportWCSettingsEmails{}

Хуков нет.

Возвращает

string.

Использование

$ExportWCSettingsEmails = new ExportWCSettingsEmails();
$ExportWCSettingsEmails->get_description();

Код ExportWCSettingsEmails::get_description() WC 11.1.0

public function get_description() {
	return __( 'Includes all settings in WooCommerce | Settings | Emails.', 'woocommerce' );
}