• I have a site where in the Posts > Tags admin panel, this message is in every tag item’s panel…

    Deprecated: tag_row_actions is deprecated since version 3.0.0! Use {$taxonomy}_row_actions instead. in /home/nbd610/public_html/wp-includes/functions.php on line 5088

    The error is listed in the core WP wp-includes/function.php file. Shouldn’t this be a WordPress fix since it is in the core files? I’m not getting this on any of my other sites. I would think that if this is an error in the core files that everyone should be seeing it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You only see errors and warnings when you have WP_DEBUG on, and it is recommended that you don’t have that on for production sites.
    You can try using the Health Check plugin in Troubleshoot mode to disable plugins and theme for your user only, to see if it is in core or one of the plugins. The core code emits the deprecation notice, but it is likely called by non-core code.

    Thread Starter David Borrink

    (@davidborrink)

    Okay, I turned Debugging off and it disappeared. So I’ll look into it another time when a true need warrants it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deprecated code in Tag admin panel’ is closed to new replies.