Notice: The Called Constructor Method For WP_Widget Is Deprecated…
-
This plugin doesn’t work with wordpress 4.3.
What you can do is change line 20 in widget.php from:
$this->WP_Widget('ebsp-widget', __('EBS Shortcode Compiler','ebs'), $widget_ops, $control_ops);
to:
parent::__construct('ebsp-widget', __('EBS Shortcode Compiler','ebs'), $widget_ops, $control_ops);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Notice: The Called Constructor Method For WP_Widget Is Deprecated…’ is closed to new replies.