self::NOTICE_TYPE, 'message' => __( "This site's diagnostic identity had to be re-established after the reports server rejected its stored credential.", '404-solution' ), 'guidance' => __( 'Reporting has recovered. Older self-service privacy history may require the manual privacy request path.', '404-solution' ), ), self::NOTICE_TTL); } private static function clearOptionCaches(): void { if (!function_exists('wp_cache_delete')) { return; } wp_cache_delete(self::TOKEN_OPTION, 'options'); wp_cache_delete('notoptions', 'options'); wp_cache_delete('alloptions', 'options'); } }