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