Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints
Get_Suggestions_Endpoint::get_name
Gets the name.
Метод класса: Get_Suggestions_Endpoint{}
Хуков нет.
Возвращает
Строку.
Использование
$Get_Suggestions_Endpoint = new Get_Suggestions_Endpoint(); $Get_Suggestions_Endpoint->get_name(): string;
Код Get_Suggestions_Endpoint::get_name() Get Suggestions Endpoint::get name Yoast 27.8
public function get_name(): string {
return 'getSuggestions';
}