Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_descriptionpublicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCCoreProfilerOptions::get_description() WC 10.5.2

public function get_description() {
	return __( 'Includes onboarding configuration options', 'woocommerce' );
}