You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: implode(): Passing glue string after array is deprecated
In the dashboard widgets, see below for example:
The problem that the previous versions of implode allowed the array and glue string parameters in either order. 7.4 is more precise on the order of parameters. The old way that could work before was:
I'm seeing this message:
In the dashboard widgets, see below for example:
The problem that the previous versions of implode allowed the array and glue string parameters in either order. 7.4 is more precise on the order of parameters. The old way that could work before was:
To fix it, simply swap the variables for future versions of php.
The text was updated successfully, but these errors were encountered: