Yoast\WP\SEO\Bulk_Editor\Infrastructure\Endpoints
Update_Scores_Endpoint::get_name
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() Update Scores Endpoint::get name Yoast 28.4
public function get_name(): string {
return 'update_scores';
}