Depreciated method names notice in php 7
-
Hey guys,
I’ve been testing my sites with php 7 and got the following notice when testing one that has Search Everything installed:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SearchEverything has a deprecated constructor in /home/mws/public_html/wp-content/plugins/search-everything/search-everything.php on line 96
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; se_admin has a deprecated constructor in /home/mws/public_html/wp-content/plugins/search-everything/options.php on line 3
Not sure if this ones on your radar yet, but figured I’d share in case it wasn’t.
Cheers,
Chris
- The topic ‘Depreciated method names notice in php 7’ is closed to new replies.