Yoast\WP\SEO\MyYoast_Client\Application

MyYoast_Client::rotate_registration_keyspublicYoast 1.0

Rotates the registration key pair.

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

Хуков нет.

Возвращает

Registered_Client. The updated credentials.

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

$MyYoast_Client = new MyYoast_Client();
$MyYoast_Client->rotate_registration_keys(): Registered_Client;

Код MyYoast_Client::rotate_registration_keys() Yoast 28.3

public function rotate_registration_keys(): Registered_Client {
	return $this->client_registration->rotate_registration_keys();
}