Compatibility with PHP 7.4
-
After adding PHP 7.4 to my development environment, the plugin produces this error:
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /public_html/wp-content/plugins/white-label-cms/includes/classes/Admin_Script.php on line 77
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /public_html/wp-content/plugins/white-label-cms/includes/classes/Admin_Script.php on line 85
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /public_html/wp-content/plugins/white-label-cms/includes/classes/Admin_Script.php on line 95
Reversing the order of the parameters fixes the problems.
- The topic ‘Compatibility with PHP 7.4’ is closed to new replies.