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