Depreciated constructor warning w/WP_DEBUG on
-
This only happens with WP_DEBUG enabled, but I thought I’d point out that the plugin is throwing the following errors:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_default_fb_thumb has a deprecated constructor in D:\xampp\htdocs\wordpress\wp-content\plugins\facebook-thumb-fixer\_facebook-thumb-fixer.php on line 63 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_fb_app_ID has a deprecated constructor in D:\xampp\htdocs\wordpress\wp-content\plugins\facebook-thumb-fixer\_facebook-thumb-fixer.php on line 137 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; general_setting_object_type has a deprecated constructor in D:\xampp\htdocs\wordpress\wp-content\plugins\facebook-thumb-fixer\_facebook-thumb-fixer.php on line 158
I’m pretty sure this is just a warning about future .PHP versions not supporting the existing code of Facebook Thumb Fixer, but it’s a bit unfortunate that it should have to be present whenever I’m debugging the site (and, of course, it would be nice to have the newer code).
Thanks for your time.
-KK
- The topic ‘Depreciated constructor warning w/WP_DEBUG on’ is closed to new replies.