[wp-hackers] $postnow?
Mike Schinkel
mikeschinkel at newclarity.net
Wed Sep 22 08:08:13 UTC 2010
On Sep 22, 2010, at 3:43 AM, Andrew Nacin wrote:
> I would start with:
>
> do_action('add_meta_boxes', $post_type, $post);
> do_action('add_meta_boxes_' . $post_type, $post);
Those are too late for remove_post_type_support() to have any affect.
> As of right now, it's a bit of a crapshoot.
> http://core.trac.wordpress.org/ticket/14886
Ironic how recent that ticket was added!
> Re: compelling reason, not really. See also the ticket above. I wouldn't
> mind restructuring things in there to make things more consistent.
A big +1 to that.
So for now I'll stick with my current solution and look forward to improvements in the future. Thanks.
-Mike
More information about the wp-hackers
mailing list