Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCSettingsEmails::get_description()
Return description used in the frontend.
Метод класса: ExportWCSettingsEmails{}
Хуков нет.
Возвращает
Строку
.
Использование
$ExportWCSettingsEmails = new ExportWCSettingsEmails(); $ExportWCSettingsEmails->get_description();
Код ExportWCSettingsEmails::get_description() ExportWCSettingsEmails::get description WC 9.8.5
public function get_description() { return __( 'It includes all settings in WooCommerce | Settings | Emails.', 'woocommerce' ); }