Yoast\WP\SEO\AI\Consent\Infrastructure\Endpoints

Consent_Endpoint::get_routepublicYoast 1.0

Gets the route.

Метод класса: Consent_Endpoint{}

Хуков нет.

Возвращает

Строку.

Использование

$Consent_Endpoint = new Consent_Endpoint();
$Consent_Endpoint->get_route(): string;

Код Consent_Endpoint::get_route() Yoast 27.7

public function get_route(): string {
	return Consent_Route::ROUTE_PREFIX;
}