[wp-hackers] WordPress actions' load order

Ryan Chan ryanchan404 at gmail.com
Sun Apr 22 17:49:11 UTC 2012


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.


More information about the wp-hackers mailing list