Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_description()publicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettingsIntegrations::get_description() WC 9.8.4

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