The called constructor method for WP_Widget is deprecated since version 4.3.0
-
Can you updated line 56 of better-rss-widget.php to:
parent::__construct(false, $this->pluginName, $widget_ops, $control_ops)It will prevent the following warning message when WP_DEBUG is set to true:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()Per https://gist.github.com/chriscct7/d7d077afb01011b1839d
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The called constructor method for WP_Widget is deprecated since version 4.3.0’ is closed to new replies.