Deprecation Checker – WordPress Plugin
Inspired by this question on WPSE, I decided to create a plugin that scanned defined directories for deprecated functions.
Deprecation Checker collates a list of deprecated functions directly from the installed WordPress core files. By default, the themes and plugins directories are scanned automatically. I’ve included a couple hooks for developers to extend the plugin for their own uses by adding custom paths to scan (recursively) and custom deprecated functions to look for.
Once you install the plugin, simply browse to the Tools administration menu and start scanning your files. It might amaze you how many of your installed plugins and themes are out-of=date!

Hi Brian,
Thank you for this amazing plugin!
Just came across these 2 errors though when having WP_DEBUG enabled:
Notice: Use of undefined constant DEP_CHECK_NO_THEMES - assumed 'DEP_CHECK_NO_THEMES' in /home/corvanno/public_html/klanten/html5/wp-content/plugins/deprecation-checker/deprecation-checker.php on line 29Notice: Use of undefined constant DEP_CHECK_NO_PLUGINS - assumed 'DEP_CHECK_NO_PLUGINS' in /home/corvanno/public_html/klanten/html5/wp-content/plugins/deprecation-checker/deprecation-checker.php on line 31
Thanks for the report. This has been fixed. Please try downloading the plugin again. I didn’t release a new version for this bugfix.
Thank you for your quick reply. Everything seems to be working well. (also just rated it at wordpress.org)
@Cor Much appreciated