Yoast\WP\SEO\MyYoast_Client\Application
MyYoast_Client::rotate_registration_keys
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() MyYoast Client::rotate registration keys Yoast 28.3
public function rotate_registration_keys(): Registered_Client {
return $this->client_registration->rotate_registration_keys();
}