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