PHP Deprecated: Methods with the same name as their class will not be construct
-
Two class files generate PHP deprecated warnings with PHP 7:
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; rednao_smart_donations_progress_widget has a deprecated constructor in D:\www\example.org\www\sites\live\wp-content\plugins\smart-donations\smart-donations-progress-widget.php on line 17
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; rednao_smart_donations_widget has a deprecated constructor in D:\www\example.org\www\sites\live\wp-content\plugins\smart-donations\smart-donations-widget.php on line 17
More information is on the Deprecated features in PHP 7.0.x page of PHP.
- The topic ‘PHP Deprecated: Methods with the same name as their class will not be construct’ is closed to new replies.