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