Log Deprecated Calls Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
The Original “Log Deprecated” plugin for plugin and theme authors. Logs any calls to deprecated functions, files, or arguments, and identifies the function that made the call. This should be very useful for plugin and theme authors who want to keep their code up-to-date with current WordPress standards. Deprecated calls are logged via error_log() — so they should show up in your regular PHP log file.
There is an admin screen under the “Plugins” menu. There you can toggle logging to PHP log or a table in the WordPress Database. You can also see records from that table (if any), and run a “test” that calls a dummy deprecated function, includes a dummy deprecated file, and calls a function with a deprecated argument.