[wp-hackers] Limiting ability to add terms to taxonomies
William Davis
will.davis at gmail.com
Wed Dec 15 05:53:56 UTC 2010
Thanks for your response. Is there a way to find all the taxonomies
that need to have their meta boxes unset? (For example, query all
custom taxonomies with show_ui=true and hierarchical=false)
Will
On Dec 15, 2010, at 12:43 AM, Mike Schinkel wrote:
> On Dec 14, 2010, at 10:43 PM, William Davis wrote:
>> My question is, is there an easy way to get an array of all the
>> taxonomies that have meta boxes and unset those meta boxes?
>
>
> Use the "add_meta_boxes" hook with a high priority (100?) and modify
> the global $wp_meta_boxes array?
>
> -Mike
> _______________________________________________
> 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