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