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