• Hello there

    I just discovered that while I am using custom post types and post meta fields the metadata dont get updated after submission. After second time submission it got updated. So what i did was i changed the
    add_action('save_post', 'sitewide_tags_post', 10, 2); to
    add_action('save_post', 'sitewide_tags_post', 100, 2);

    I was wondering if this could affect anywhere else, if not i guess it would be good to implement into your code.

    Thanks
    hembo

    http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/

Viewing 1 replies (of 1 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Thanks 🙂 I’ll be looking at this plugin to check for 3.5 compatibility. I’ll have a look at this issue too.

Viewing 1 replies (of 1 total)
  • The topic ‘Post Meta update’ is closed to new replies.