WidgetOptions / widget-options

Additional Widget options for better widget control. Available on
https://widget-options.com/
GNU General Public License v3.0
35 stars 16 forks source link

Fix issue for https://wordpress.org/support/topic/error-from-widget-o… #86

Open sborka-ua opened 4 years ago

sborka-ua commented 4 years ago

…ptions-is-causing-widget-dashboard-to-freeze-up/

flowdee commented 4 years ago

Mh we may add an isset check to $wp_registered_widget_controls[ $params[0]['widget_id'] ]['callback'] before actually checking for an array?

sborka-ua commented 4 years ago

Mh we may add an isset check to $wp_registered_widget_controls[ $params[0]['widget_id'] ]['callback'] before actually checking for an array?

Added and commited