Yoast\WP\SEO\Bulk_Editor\Infrastructure\Endpoints
Update_Scores_Endpoint::get_namespace
Gets the namespace.
Метод класса: Update_Scores_Endpoint{}
Хуков нет.
Возвращает
string.
Использование
$Update_Scores_Endpoint = new Update_Scores_Endpoint(); $Update_Scores_Endpoint->get_namespace(): string;
Код Update_Scores_Endpoint::get_namespace() Update Scores Endpoint::get namespace Yoast 28.4
public function get_namespace(): string {
return Scores_Route::ROUTE_NAMESPACE;
}