[wp-hackers] WordPress actions' load order

Mario Peshev mario at peshev.net
Sun Apr 22 21:51:57 UTC 2012


I'm not sure if there is a straight forward way to do it, but this plugin
lists all hooks and the flow of execution of actions:
http://wordpress.org/extend/plugins/wordpress-hook-sniffer/

Best,

Mario Peshev
Training and Consulting Services @ DevriX
http://www.linkedin.com/in/mpeshev
http://devrix.com
http://peshev.net/blog



On Sun, Apr 22, 2012 at 8:49 PM, Ryan Chan <ryanchan404 at gmail.com> wrote:

> Are there any offical documenation I can trace the load order?
>
> For example, a third party plugin use..
>
> add_action( 'add_meta_boxes', 'foo' );
>
> I was able to remove the metabox added using `remove_meta_box`, but
> the only action I found which load after `add_meta_boxes` is
> `admin_notices`
>
> But using admin_notices for this purpose seems hacky..Are there any
> better method?
>
> Thanks.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list