bobbingwide / oik-loader

WordPress Must Use plugin to load required plugins
0 stars 0 forks source link

Warning ( array to string conversion) message produced on Widgets page #12

Closed bobbingwide closed 2 years ago

bobbingwide commented 3 years ago

In https://s.b/oikcom/wp-admin/themes.php?page=gutenberg-widgets with Gutenberg 10.7.4 I got a Warning message for each widget area. Not investigated since I'm attending WCEU 2021

image

Also note that the images are squished.

bobbingwide commented 2 years ago

I got the same message from a different line of code in the Customizer, when setting the Site icon the same as the Site logo, visiting https://blocks.wp.a2z/wp-admin/customize.php?autofocus[section]=title_tagline

Warning: Array to string conversion in C:\apache\htdocs\wp-a2z\wp-content\mu-plugins\oik-loader-mu.php on line 286

bobbingwide commented 2 years ago

Rather than attempting to parse the $querystring , why not just pass that to oik_loader_mu_query_plugins()? The Warning goes away. But does it still work as expected?