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