Title: WordPress 4.3  Compatibility
Last modified: August 30, 2016

---

# WordPress 4.3 Compatibility

 *  Resolved [Siderlan Santos (Sider)](https://wordpress.org/support/users/siderlan/)
 * (@siderlan)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wordpress-43-compatibility-5/)
 * The construct method WP_Widget has been deprecated since WP version 4.3.0, use
   method __construct instead in DWQA_Related_Question_Widget class on line 12
 *     ```
       class DWQA_Related_Question_Widget extends WP_Widget {
   
       	/**
       	 * Constructor
       	 *
       	 * @return void
       	 **/
       	function DWQA_Related_Question_Widget() {
       		$widget_ops = array( 'classname' => 'dwqa-widget dwqa-related-questions', 'description' => __( 'Show a list of questions that related to a question. Just show in single question page', 'dwqa' ) );
       		$this->WP_Widget( 'dwqa-related-question', __( 'DWQA Related Questions', 'dwqa' ), $widget_ops );
       	}
       ```
   
 * And the construct method **DWQA_Related_Question_Widget** also need to be changed
   to __construct.
 * [https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-43-compatibility-5/#post-6757886)
 * This issue has been fixed on DW Question & Answer 1.4.1. Can you help me download
   this version and test with your website: [https://github.com/designwall/dw-question-answer/archive/1.4.1.zip](https://github.com/designwall/dw-question-answer/archive/1.4.1.zip)

Viewing 1 replies (of 1 total)

The topic ‘WordPress 4.3 Compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 2 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-43-compatibility-5/#post-6757886)
 * Status: resolved