Support » Plugin: Redirects » Plugin throwing deprecated warning in admin

  • Seeing this in admin on one site… did the turn all plugins off one by one thing and Redirects is the one where this goes away when off.

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/wordpress/wp-includes/functions.php on line 3008

    Can you look into this? Thanks

    https://wordpress.org/plugins/redirects/

Viewing 1 replies (of 1 total)
  • Plugin Author mattdeclaire

    (@mattdeclaire)

    Unfortunately, Redirects is not the plugin using that function. I’ve double checked all the WP functions it’s using and none seem to be deprecated.

    add_action
    add_options_page
    admin_menu
    get_option
    update_option
    wp_redirect

    The code is pretty simple. Are you sure it’s not aother plugin causing the issue?

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin throwing deprecated warning in admin’ is closed to new replies.