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