The MU forums have moved to WordPress.org

pre_update_term vs get_term (1 post)

  1. donncha
    Key Master
    Posted 16 years ago #

    Ticket 931 points out a bug in the pre_update_term filter which can be fixed by moving the arguments to the filter around, or by getting rid of it.

    I favour getting rid of it because the "get_term" filter can do the same thing and it's a core WP filter. (http://adambrown.info/p/wp_hooks/hook/get_term)

    If your plugin or site uses pre_update_term, please update it to use get_term instead. The old pre_update_term filter is still in the 2.7 branch but it's likely to disappear in 2.7.1

About this Topic

  • Started 16 years ago by donncha