Title: WP 4.3 compatibility
Last modified: August 30, 2016

---

# WP 4.3 compatibility

 *  [Gregory K. (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * (@tivnet)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wp-43-compatibility-2/)
 * In `class ColumnsWidget`, need to change the constructor to:
 *     ```
       function __construct() {
           $widget_ops = array('classname' => 'ColumnsWidget', 'description' => 'Add columns in the presentation page' );
       	$control_ops = array('width' => 350, 'height' => 350); // making widget window larger
       	parent::__construct('columns_widget', 'Cryout Column', $widget_ops, $control_ops);
       	$this->temperas= tempera_get_theme_options(); // reading theme options
         }
       ```
   

The topic ‘WP 4.3 compatibility’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tempera/1.8.4/screenshot.png)
 * Tempera
 * [Support Threads](https://wordpress.org/support/theme/tempera/)
 * [Active Topics](https://wordpress.org/support/theme/tempera/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tempera/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tempera/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Gregory K. (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/wp-43-compatibility-2/)
 * Status: not resolved