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 Warning: Undefined array key #50

Closed dartiss closed 6 months ago

dartiss commented 1 year ago

Getting this error on my personal site...

PHP Warning: Undefined array key "source" in /srv/htdocs/wp-content/plugins/world-domination/world-domination.php on line 164

dartiss commented 6 months ago

This was created when I added "coming soon" functionality to the plugin, but the code was unfinished. Basically, I want to grab both WP and Woo data, but aren't yet doing the latter. So I was adding the data source into the array, but existing users wouldn't have had this until their saved data was updated, hence the error.

For now I've ripped that out and going back to hard-coding it.