Passing glue string after array is deprecated

Hi, we are getting the following error in console when using essential in pro, all updated to the lastest.
Running on php 7.4.3

Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in wp-content/plugins/essential-grid/public/essential-grid.class.php on line 4442

Hi Oskar,

Thank you for writing in, thanks for the heads up, since this is a Essential Grid we can only report this to the Essential Grid developers so they will be aware of it (they might already know).

For now, try adding the define( 'WP_DEBUG', false ); on your wp-config.php file and see if it can suppress that notice.

https://wordpress.org/support/article/debugging-in-wordpress/

Thanks,

Hm, ok. Suppressing the notice made the grids work again :smiley:
Thanks @friech

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.