• Resolved alejodan

    (@alejodan)


    Hi,

    I see your plugin is using “is_term()” function, which is deprecated. I’m getting a warning because of that. Could you please update that piece of code?

    wp-content/plugins/permalink-manager/permalink-manager.php:                     
    ....else if(is_term($wp_query->queried_object_id) && isset($permalink_manager_ur......

    Thanks in advance! Great job!
    Alejandro

Viewing 1 replies (of 1 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi Alejandro,

    please delete the plugin and install a fresh copy – the new code does not use is_term() function.

    Best Regards,
    Maciej

Viewing 1 replies (of 1 total)

The topic ‘Your plugin is using the function “is_term() ” which is deprecated’ is closed to new replies.