Yoast\WP\SEO\Bulk_Editor\Infrastructure\Endpoints

Update_Scores_Endpoint::get_namepublicYoast 1.0

Gets the name.

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

Хуков нет.

Возвращает

string.

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

$Update_Scores_Endpoint = new Update_Scores_Endpoint();
$Update_Scores_Endpoint->get_name(): string;

Код Update_Scores_Endpoint::get_name() Yoast 28.4

public function get_name(): string {
	return 'update_scores';
}