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)
Viewing 1 replies (of 1 total)
- The topic ‘Error: ..\deprecated constructor hot_responsive_slider.php’ is closed to new replies.