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