Title: Constructor method for WP_Widget is deprecated &#8211; Fix
Last modified: August 30, 2016

---

# Constructor method for WP_Widget is deprecated – Fix

 *  Resolved [bigj9901](https://wordpress.org/support/users/bigj9901/)
 * (@bigj9901)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/constructor-method-for-wp_widget-is-deprecated-fix/)
 * 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://wordpress.org/plugins/easy-twitter-feed-widget/](https://wordpress.org/plugins/easy-twitter-feed-widget/)

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

 *  [MarcGuay](https://wordpress.org/support/users/marcguay/)
 * (@marcguay)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/constructor-method-for-wp_widget-is-deprecated-fix/#post-6515922)
 * This problem is still there, I guess the plugin dev is occupied with other things…
 *  Plugin Author [DesignOrbital](https://wordpress.org/support/users/designorbital/)
 * (@designorbital)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/constructor-method-for-wp_widget-is-deprecated-fix/#post-6515923)
 * 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.

 * ![](https://ps.w.org/easy-twitter-feed-widget/assets/icon-256x256.png?rev=1025015)
 * [Easy Twitter Feed Widget Plugin](https://wordpress.org/plugins/easy-twitter-feed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-twitter-feed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-twitter-feed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-twitter-feed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-twitter-feed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-twitter-feed-widget/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [DesignOrbital](https://wordpress.org/support/users/designorbital/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/constructor-method-for-wp_widget-is-deprecated-fix/#post-6515923)
 * Status: resolved