Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders\WooPayments
WooPaymentsRestController::get_rest_api_namespace
Get the WooCommerce REST API namespace for the class.
Метод класса: WooPaymentsRestController{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_rest_api_namespace(): string;
Код WooPaymentsRestController::get_rest_api_namespace() WooPaymentsRestController::get rest api namespace WC 10.8.1
protected function get_rest_api_namespace(): string {
return 'wc-admin-settings-payments-woopayments';
}