Yoast\WP\SEO\MyYoast_Client\Infrastructure\Endpoints
Authorize_Endpoint::get_namespace
Gets the namespace.
Метод класса: Authorize_Endpoint{}
Хуков нет.
Возвращает
Строку.
Использование
$Authorize_Endpoint = new Authorize_Endpoint(); $Authorize_Endpoint->get_namespace(): string;
Код Authorize_Endpoint::get_namespace() Authorize Endpoint::get namespace Yoast 28.3
public function get_namespace(): string {
return Management_Route::ROUTE_NAMESPACE;
}