Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsIntegrations::get_descriptionpublicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

string.

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

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

Код ExportWCSettingsIntegrations::get_description() WC 11.1.1

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