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