Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsProducts::get_descriptionpublicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettingsProducts::get_description() WC 10.8.1

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