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