Support » Plugin: Accessibility Widget » 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 changed

    parent::WP_Widget(false, $name = ‘Accessibility Widget’);

    to

    WP_Widget::__construct(false, $name = ‘Accessibility Widget’);

Viewing 1 replies (of 1 total)
  • Thread Starter pigsound

    (@pigsound)

    my post is 9 months old by now… has the deprecated code been corrected ever since? the change log suggests no. :-/

Viewing 1 replies (of 1 total)
  • The topic ‘widget_accesstxt is deprecated since WP 4.3.0’ is closed to new replies.