• Resolved Purnendu

    (@impurnendu)


    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/****/public_html/wp-content/plugins/user-menus/includes/classes/admin/reviews.php on line 272

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @impurnendu

    Thanks for posting about this warning. I’ll check it out and try to get an update out soon if I can replicate the issue.

    To assist in my debugging, can you let me know which version of the plugin you are using, which version of WordPress, and which version of PHP?

    Hey @impurnendu

    After a bit of testing and research, we discovered that starting with PHP 7.4, a deprecation notice is thrown when having unparenthesized nested ternary operators.

    We identified the code that was causing the notice and modified it. The update was released last night so this should be resolved now.

    Thread Starter Purnendu

    (@impurnendu)

    Thank you very much for your effort….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated Issue’ is closed to new replies.