Yoast\WP\SEO\Bulk_Editor\Infrastructure\Endpoints

Update_Scores_Endpoint::get_namespacepublicYoast 1.0

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() Yoast 28.4

public function get_namespace(): string {
	return Scores_Route::ROUTE_NAMESPACE;
}