Support » Plugin: User Taxonomy & Directory » Coding error

  • Hello Umesh,

    I have installed the user tag plugin – 1.2.6

    There is one issue in plugin.

    When you change the name of any taxonomy and then try to go inside the taxonomy to add or remove tags, you can not enter.

    I have debugged and found the solution in.

    wp-content\plugins\user-tags\lib\class-ut-user-tags-list.php line 113

    changed the line from
    $taxonomy_slug = ut_taxonomy_name( $item[‘name’] );
    to
    $taxonomy_slug = ut_taxonomy_name( $item[‘slug’] );

  • The topic ‘Coding error’ is closed to new replies.