Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsAccount::get_descriptionpublicWC 1.0

Return description used in the frontend.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettingsAccount::get_description() WC 11.0.0

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