Deprecated usage of implode in Google_REST.php
-
I was seeing errors in my logs for calls to Google_REST.php
PHP Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given
The fix seems to be to reverse the order of the arguments, since the old format was deprecated. See PHP: implode – Manual
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated usage of implode in Google_REST.php’ is closed to new replies.