Title: Deprecated Issue
Last modified: December 11, 2019

---

# Deprecated Issue

 *  Resolved [Purnendu](https://wordpress.org/support/users/impurnendu/)
 * (@impurnendu)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/deprecated-issue/)
 * 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)

 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/deprecated-issue/#post-12231805)
 * Hey [@impurnendu](https://wordpress.org/support/users/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?
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/deprecated-issue/#post-12251032)
 * Hey [@impurnendu](https://wordpress.org/support/users/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](https://wordpress.org/support/users/impurnendu/)
 * (@impurnendu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/deprecated-issue/#post-12251609)
 * 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.

 * ![](https://ps.w.org/user-menus/assets/icon-256x256.png?rev=1507838)
 * [User Menus - Nav Menu Visibility](https://wordpress.org/plugins/user-menus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-menus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-menus/)
 * [Active Topics](https://wordpress.org/support/plugin/user-menus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-menus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-menus/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Purnendu](https://wordpress.org/support/users/impurnendu/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/deprecated-issue/#post-12251609)
 * Status: resolved