Deprecation warnings on PHP 7
-
When running on PHP 7, the latest version of the plugin throws multiple deprecation warnings. WordPress has also deprecated the style being used in these places since WP 4.3. Please can you update your code?
Deprecated: Methods with the the same name as their class will not be constructors in a future version of PHP; Testimonial_Slider_Simple_Widget has a deprecated constructor in wp-content/plugins/testimonial-slider/slider_versions/widgets_1.php on line 3
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Testimonial_Slider_Category_Widget has a deprecated constructor in wp-content/plugins/testimonial-slider/slider_versions/widgets_1.php on line 79
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Testimonial_Slider_Recent_Widget has a deprecated constructor in wp-content/plugins/testimonial-slider/slider_versions/widgets_1.php on line 153
- The topic ‘Deprecation warnings on PHP 7’ is closed to new replies.