PHP Notice about WP_Widget method
-
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!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Notice about WP_Widget method’ is closed to new replies.