widget_accesstxt is deprecated since WP 4.3.0
-
hi there,
since wp 4.3.0 the constructor method of WP_Widget in widget_accesstxt is deprecated, debug mode says. it is advised to “use __construct() instead”.
will you update this plugin accordingly, sometime soon?for those who don’t want to wait, i found a way to get rid of the bug by changing some code in accessibilitywidget.php (in /wpcontent/plugins/accessibility-widget/):
on line 13, i changedparent::WP_Widget(false, $name = ‘Accessibility Widget’);
to
WP_Widget::__construct(false, $name = ‘Accessibility Widget’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘widget_accesstxt is deprecated since WP 4.3.0’ is closed to new replies.