Yoast\WP\SEO\MyYoast_Client\Application\Ports
Client_Registration_Interface::deregister
Deletes the client registration from the server and clears local data.
Метод класса: Client_Registration_Interface{}
Хуков нет.
Возвращает
true|false. True if deleted or already not registered, false on network failure.
Использование
$Client_Registration_Interface = new Client_Registration_Interface(); $Client_Registration_Interface->deregister(): bool;
Код Client_Registration_Interface::deregister() Client Registration Interface::deregister Yoast 28.3
public function deregister(): bool;