Error '$this->WP_Widget'
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error '$this->WP_Widget'’ is closed to new replies.