[wp-hackers] WordPress actions' load order
Jeff Lambert
jeff.lambert at jvhm.com
Sun Apr 22 22:51:03 UTC 2012
You also may be able to adjust the priority of your add_action calls.
On 4/22/12 10:49 AM, "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