Yoast\WP\SEO\MyYoast_Client\Infrastructure\OIDC
Discovery_Client::invalidate_cache
Invalidates the cached discovery document.
Метод класса: Discovery_Client{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Discovery_Client = new Discovery_Client(); $Discovery_Client->invalidate_cache(): void;
Код Discovery_Client::invalidate_cache() Discovery Client::invalidate cache Yoast 28.3
public function invalidate_cache(): void {
$this->cached_document = null;
\delete_transient( $this->get_cache_key() );
}