New widget constructor needed for WP 4.3
-
Since WP 4.3 the old widget constructor has been changed from:
$this->WP_Widget(
to
parent::__construct(The old way is deprecated and throws an error. Changes apply to the following file:
features/login-widget/login-widget.phpI use the paid pro version of this plugin and it’s a bit of a shame that I have to fix the plugin myself and tell you about it. Instead of having an update ready when 4.3 came out.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘New widget constructor needed for WP 4.3’ is closed to new replies.