Title: Old constructor for  WP_Widget
Last modified: August 30, 2016

---

# Old constructor for WP_Widget

 *  [Sharp-Image](https://wordpress.org/support/users/sharp-image/)
 * (@sharp-image)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/old-constructor-for-wp_widget/)
 * Hi,
 * After updating wp I get the following error:
    Notice: De aangeroepen constructor
   methode voor WP_Widget is verouderd sinds versie 4.3.0! Gebruik ../wp-includes/
   functions.php on line 3457
 * __construct()
 * I haven’t this error when I disable TML…
    Can you update the plugin to combine
   with the latest wp version?
 * Many thanks!
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/old-constructor-for-wp_widget/#post-6477833)
 * Yes, this is an incompatibility with WP 4.3. Please note the “Compatible Up To”
   tag at [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/).
 *  [Alex](https://wordpress.org/support/users/cyberdeal/)
 * (@cyberdeal)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/old-constructor-for-wp_widget/#post-6477860)
 * Use this method:
 *     ```
       public function __construct() {
       	parent::__construct(
       		'widget_theme_my_login',
       		__( 'Theme My Login', 'theme-my-login' ),
       		array( 'description' => __( 'A login form for your blog.', 'theme-my-login' ), )
       	);
       }
       ```
   

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

The topic ‘Old constructor for WP_Widget’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [update](https://wordpress.org/support/topic-tag/update/)
 * [wp_widget](https://wordpress.org/support/topic-tag/wp_widget/)

 * 2 replies
 * 3 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/cyberdeal/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/old-constructor-for-wp_widget/#post-6477860)
 * Status: not resolved