PHP Notice about WP_Widget method
-
Hello,
First of all, great plugin, well done!
Since WordPress 4.3 was released, qTranslate-X 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-x/qtranslate_widget.php
file.I hope it helps!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘PHP Notice about WP_Widget method’ is closed to new replies.