• Resolved bigj9901

    (@bigj9901)


    lib/easy-twitter-feed-widget.php
    line 53

    Change
    $this->WP_Widget( 'widget-easy-twitter-feed-widget-kamn', __( 'Easy Twitter Feed Widget', 'kamn-easy-twitter-feed-widget'), $widget_options, $control_options );

    To
    parent::__construct( 'widget-easy-twitter-feed-widget-kamn', __( 'Easy Twitter Feed Widget', 'kamn-easy-twitter-feed-widget'), $widget_options, $control_options );

    https://ww.wp.xz.cn/plugins/easy-twitter-feed-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • This problem is still there, I guess the plugin dev is occupied with other things…

    Plugin Author DesignOrbital

    (@designorbital)

    Hi,

    Sorry for the delay.
    We have updated the plugin and replaced the deprecated WP_Widget.
    Please update the plugin to the latest version.

    Thanks for pointing us in this direction.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Constructor method for WP_Widget is deprecated – Fix’ is closed to new replies.