Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsGeneral::get_descriptionpublicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettingsGeneral::get_description() WC 10.5.2

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