[wp-hackers] Why add_action(manage_posts_custom_column... dont fire?

Rafael Ehlers rafaehlers at gmail.com
Wed Feb 9 18:59:33 UTC 2011


After 3 days, finally figured what is the problem:

on register_post_type, hierarchical must be set to false
to add_action("manage_posts_custom_column"... properly fires!

Thanks anyway guys!

On Wed, Feb 9, 2011 at 4:24 PM, Matt Martz <matt at sivel.net> wrote:

> On Wed, Feb 9, 2011 at 11:52 AM, Rafael Ehlers <rafaehlers at gmail.com>
> wrote:
> > Need some basic help,
> >
> > why sometimes add_action("manage_posts_custom_column",
> "my_custom_columns");
> > simply don't fire?
> >
> > Since add_filter("manage_edit-podcast_columns", "my_podcast_columns");
> > always fire.
>
> I have never had a problem with manage_posts_custom_column not firing.
>
> --
> Matt Martz
> matt at sivel.net
> http://sivel.net/
> _______________________________________________
> 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