WP_Widget error fix
-
This is how you fix the errors you get after installing this plugin:
After installing the plugin, go into the following directory:
wp-content/plugins/dw-question-answer/inc/widgetsthere you will find four files. You will have to open all four files and change the following code (Row 12 in those files):
$this->WP_Widget
to
$this->__construct
Save and upload the files, and you done!
- The topic ‘WP_Widget error fix’ is closed to new replies.