Just curious, does this plugin only cover filters? It seems like action hooks are missing, yes? Would be nice to have the option to see action hooks as well.
]]>Hi there,
I thought you might like to know that your plugin was causing page loads (after an initial successful load) to hang for me, when using the plugin_url() function.
This seems to be caused during the following filter, found in the plugins_url() function in wp-includes/link-template.php file…
return apply_filters('plugins_url', $url, $path, $plugin);