Title: Error: ..\deprecated constructor hot_responsive_slider.php
Last modified: June 24, 2018

---

# Error: ..\deprecated constructor hot_responsive_slider.php

 *  Resolved [busterboydesigns](https://wordpress.org/support/users/busterboydesigns/)
 * (@busterboydesigns)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/error-deprecated-constructor-hot_responsive_slider-php/)
 * For those who wish to use this Plugin but are getting this error:
 * `RESPONSIVE_SLIDER_plugin has a deprecated constructor in \wp-content\plugins\
   hot-responsive-slider\hot_responsive_slider.php on line 31`
 *  1- Go to the plugin location for Hot Responsive Slider and edit hot_responsive_slider.
   php (Use a plain text editor like NotePad++ or Brackets (Google to find it)
 *  2- Find the following section of code:
 *     ```
       class RESPONSIVE_SLIDER_plugin {
   
       	var $OPTIONS = array();
       	var $plugin_path = '';
   
       	function RESPONSIVE_SLIDER_plugin() {
       ```
   
 *  3- Change the function line:
 *  From: `function RESPONSIVE_SLIDER_plugin() {`
 *  To: `function __construct() {`
 * Now open Dashboard and error is gone, open ‘Settings’ and will see ‘Hot Responsive
   Slider’
 * Hope this helps
 * Mike

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hot Themes](https://wordpress.org/support/users/hotwptemplates/)
 * (@hotwptemplates)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/error-deprecated-constructor-hot_responsive_slider-php/#post-10435925)
 * Hi Mike,
 * Thank you! This is implemented in version 1.1.
 * Thanks,
    Milos

Viewing 1 replies (of 1 total)

The topic ‘Error: ..\deprecated constructor hot_responsive_slider.php’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hot-responsive-slider_ededed.svg)
 * [Hot Responsive Slider](https://wordpress.org/plugins/hot-responsive-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hot-responsive-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hot-responsive-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/hot-responsive-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hot-responsive-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hot-responsive-slider/reviews/)

## Tags

 * [deprecated constructor](https://wordpress.org/support/topic-tag/deprecated-constructor/)
 * [__construct](https://wordpress.org/support/topic-tag/__construct/)

 * 1 reply
 * 2 participants
 * Last reply from: [Hot Themes](https://wordpress.org/support/users/hotwptemplates/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/error-deprecated-constructor-hot_responsive_slider-php/#post-10435925)
 * Status: resolved