Yoast\WP\SEO\MyYoast_Client\Infrastructure\Endpoints

Connect_Endpoint::get_namepublicYoast 1.0

Gets the name.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Connect_Endpoint::get_name() Yoast 28.3

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