dartiss / world-domination

WordPress plugin that adds a summary of the current WordPress market coverage to your dashboard
https://wordpress.org/plugins/world-domination/
GNU General Public License v2.0
3 stars 1 forks source link

PHP Deprecated Message #51

Closed dartiss closed 6 months ago

dartiss commented 1 year ago

Getting this message on my personal site...

PHP Deprecated: Automatic conversion of false to array is deprecated in /srv/htdocs/wp-content/plugins/world-domination/world-domination.php on line 236

dartiss commented 6 months ago

This is a good explanation of the cause... https://stackoverflow.com/questions/71035322/php-deprecated-automatic-conversion-of-false-to-array-is-deprecated-adodb-mssql

So I made sure I forced the array to be an array before assigning elements to it.