WP 4.3 Widget Update Needed
-
Hey,
Love the plugin, just a small fix needed for the widget:
function wp_charts_widget() { parent::WP_Widget(false, $name = 'WordPress Charts'); }
Changed to:
function wp_charts_widget() { parent::__construct(false, $name = 'WordPress Charts'); }
Gets it sorted ??
Cheers!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP 4.3 Widget Update Needed’ is closed to new replies.