Forums
Forums / Plugin: Better archives widget / Error '$this->WP_Widget'
(@christoflee)
10 years, 5 months ago
Error in WP 4.3.0
widget-archives.php line 20
$this->WP_Widget( 'baw_widgetarchives_widget_my_archives', 'Custom Archives Widget', $widget_ops );
This $this->WP_Widget causes an error, please change to this: parent::__construct
$this->WP_Widget
parent::__construct
https://wordpress.org/plugins/better-archives-widget/
(@pauldewouters)
10 years, 4 months ago
Fixed
The topic ‘Error '$this->WP_Widget'’ is closed to new replies.