Pluggable Functions Explorer

Check which Pluggable Functions have been overriden (reassigned), and in which PHP file

Author:wpCure (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:6.0
Plugin version:1.0.3
Added to WordPress repository:22-11-2013
Last updated:04-06-2022
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/plugins/pluggable-functi...
Total downloads:2 197
Active installs:30+
plugin download
Click to start download

Dealing with Pluggable Functions can be tricky:

  • Which functions have been overridden by which module?
  • Each function can effectively only be overridden by a single module, leading to potential conflicts

This plugin attempts to shed light on the Pluggable Functions conditionally declared by WordPress Core. In case a function has been overridden (reassigned) by another module, such as a plugin or theme, the PHP file containing the effective declaration is shown.