PHP7 Deprecated Warning
-
Running PHP7, I get the following error:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RegenerateThumbnails has a deprecated constructor in plugins/regenerate-thumbnails/regenerate-thumbnails.php on line 32
Looks like you change the name of the class, something like
class RegenerateThumbnailsInitialize, you should be fine.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP7 Deprecated Warning’ is closed to new replies.