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