[wp-hackers] do_action transparency
Braydon
ronin at braydon.com
Mon Sep 19 18:03:05 UTC 2011
Scenario / Problem:
Plugin A has a do_action hook for other plugins to execute code.
Plugin B hooks into Plugin A and runs some groovy stuff.
Plugin C hooks into Plugin A and runs code that breaks Plugin B groovy
stuff.
Multiply this scenario times 10 plug-ins and it becomes very difficult
to know what plugin is executing code where.
Question:
Is there a way to make these actions transparent and to know what is
executing for each action?
More information about the wp-hackers
mailing list