Deprecated feature.
-
Hello,
Just reporting an issue with PHP 7.4.
[16-Jul-2020 21:20:28 UTC] PHP Deprecated: Unparenthesizeda ? b : c ? d : e
is deprecated.
Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /httpdocs/wp-content/plugins/admin-bar-user-switching/functions/abus-core-functions.php on line 14$s = (empty( $_SERVER[ 'HTTPS' ] ) ? '' : (( $_SERVER[ 'HTTPS' ] == 'on' ) ? 's' : '')); // FIX. //$s = empty( $_SERVER[ 'HTTPS' ] ) ? '' : ( $_SERVER[ 'HTTPS' ] == 'on' ) ? 's' : '';
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Deprecated feature.’ is closed to new replies.