Title: PHP 7.4 Deprecated function
Last modified: February 27, 2020

---

# PHP 7.4 Deprecated function

 *  Resolved [noelspringer](https://wordpress.org/support/users/noelspringer/)
 * (@noelspringer)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/php-7-4-deprecated-function/)
 * PHP 7.4 generates the following warning/error
 * `PHP Deprecated: Unparenthesized`a ? b : c ? d : e`is deprecated. Use either`(
   a ? b : c) ? d : e`or`a ? b : (c ? d : e)`in /path/to/plugins/content-control/
   classes/Admin/Reviews.php on line 282`
 * Regards

Viewing 1 replies (of 1 total)

 *  Plugin Author [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * (@danieliser)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/php-7-4-deprecated-function/#post-12576985)
 * [@noelspringer](https://wordpress.org/support/users/noelspringer/) – Sorry for
   the delay. We patched this a while back on our github, seems it got hung up. 
   Pushed an update today with it resolved.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7.4 Deprecated function’ is closed to new replies.

 * ![](https://ps.w.org/content-control/assets/icon-256x256.gif?rev=2968535)
 * [Content Control - The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More](https://wordpress.org/plugins/content-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-control/)
 * [Active Topics](https://wordpress.org/support/plugin/content-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-control/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniel Iser](https://wordpress.org/support/users/danieliser/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/php-7-4-deprecated-function/#post-12576985)
 * Status: resolved