[Plugin: Widget Classes] Fatal Error
-
With this plugin installed, I constantly get the following error:
Fatal error: Call to undefined method widget_context::get_option() in /Users/dsburdette/Sites/thinkgiftworks/wp-content/plugins/widget-classes/widget-classes.php on line 64
Line 64 looks like this in the widget-classes.php file:
$instance = $widget[‘callback’][0]->get_settings();
It seems that get_settings() is deprecated and get_option() should be used instead but if I switch that out, no luck either. I’m not a coder so I’m sure it’s not as simple as that but I tried nonetheless.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Widget Classes] Fatal Error’ is closed to new replies.