Deprecated constructor call
-
Getting a deprecation error in PHP 7:
<b>Deprecated:</b> Methods with the same name as their class will not be constructors in a future version of PHP; RegenerateThumbnails has a deprecated constructor in /path/to/wp/wp-content/plugins/regenerate-thumbnails/regenerate-thumbnails.php on line 31
It’s easy enough to future-proof: simply renaming the constructor function from
RegenerateThumbnails
to the correct__construct
should make everybody happy. ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecated constructor call’ is closed to new replies.