Title: PHP Notice about WP_Widget method
Last modified: August 30, 2016

---

# PHP Notice about WP_Widget method

 *  Resolved [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/php-notice-about-wp_widget-method-1/)
 * Hello,
 * Since WordPress 4.3 was released, qTranslate Slug is causing a PHP notice:
 * Notice: The called constructor method for WP_Widget is deprecated since version
   4.3.0! Use __construct() instead
 * Simply change
 * $this->WP_Widget
 * to
 * parent::__construct
 * to solve the problem. It is in the qtranslate-slug/includes/class-qtranslate-
   slug-widget.php file.
 * I hope it helps!
 * [https://wordpress.org/plugins/qtranslate-slug/](https://wordpress.org/plugins/qtranslate-slug/)

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

 *  Plugin Author [Pedro Carvalho](https://wordpress.org/support/users/pedroghandi/)
 * (@pedroghandi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/php-notice-about-wp_widget-method-1/#post-6449978)
 * thanks Gunu, the next version has the fix!
 *  [shankie](https://wordpress.org/support/users/shankie/)
 * (@shankie)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/php-notice-about-wp_widget-method-1/#post-6449987)
 * Hi Pedro,
 * Great stuff. I notice that this is fixed on the GitHub repo, but hasn’t been 
   pushed to WP SVN.
 * Can you push this so that we can get updates on our sites?
 * Cheers,
 * Andrew
 *  Plugin Author [Pedro Carvalho](https://wordpress.org/support/users/pedroghandi/)
 * (@pedroghandi)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/php-notice-about-wp_widget-method-1/#post-6449991)
 * its here!
 * thanks for using QTS!

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

The topic ‘PHP Notice about WP_Widget method’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-slug_5fb35e.svg)
 * [Qtranslate Slug](https://wordpress.org/plugins/qtranslate-slug/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-slug/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-slug/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-slug/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-slug/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-slug/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Pedro Carvalho](https://wordpress.org/support/users/pedroghandi/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/php-notice-about-wp_widget-method-1/#post-6449991)
 * Status: resolved