

The Dashboard — an at-a-glance summary of your last scan, with a heads-up when WordPress has an update waiting or has moved on since you last scanned.
Every WordPress release quietly retires a few things — a function, a class, a core file, an action or filter. Nothing is removed the day it is deprecated, so a plugin that still calls a retired function keeps working for a while. Then a later release finally drops it and something breaks, often with no error you can see — just a button that no longer does anything.
RobArt Update Guard tells you, before that happens, which of your installed plugins still lean on something WordPress has retired — with the file, the line, and what to use instead.
WordPress marks its own retirements directly in its source code. A single line like _deprecated_function( __FUNCTION__, '5.5.0', 'add_allowed_options()' ) carries all three facts a report needs: what was retired, when, and what to use instead. Update Guard reads those markings from the copy of WordPress already on your site, builds an index, then walks the PHP of your installed plugins for anything that still calls one.
Because the answer comes from your own WordPress install, it is as authoritative as your site itself — no changelog parsing, no external service, no guesswork, and no AI.
Retired functions, classes, core files, and actions/filters — each with a real, exact line number, because all four can be found unambiguously in source.
Update Guard is honest about its edges rather than padding the report with guesses:
reset(), render()); telling a retired one from an unrelated method needs runtime type information a static scan doesn’t have.load and error and matching them loosely would bury real findings in noise.vendor/, node_modules/) — not yours to change, and they would dominate the results.Everything is read from the copy of WordPress and the plugins already on your site. No code leaves your server, nothing is fetched from the network, and no AI is involved. Update Guard bundles no third-party libraries. It only reads — it never edits a plugin or makes changes for you.
Update Guard cleans up after itself. When you delete the plugin from the Plugins screen, it removes everything it stored:
It creates no custom database tables, writes nothing outside your own site, and leaves no orphaned data behind. Deactivating the plugin keeps your settings and last report; only deleting the plugin runs the clean-up.
Update Guard performs all of its scanning locally on your own server. It makes no automatic network requests and sends no data anywhere.
The plugin displays a few ordinary links to information pages for other Rob Art plugins, hosted at robsnow.eu. These are plain links you may choose to click; the plugin never contacts any external service on its own, and no data is transmitted unless you follow a link.
Support and review links point to WordPress.org, which is governed by the WordPress.org privacy policy.