PHP 7 Constructor Functions Upgrade needed
-
This plugin has not been updated in over two years it seems. Too bad the WordPress plugin does not seem to be receiving any more updates… Activating it on PHP 7.1 gets me in all sorts of deprecated error nonsense. These errors can be resolved in no time.
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MCAPI has a deprecated constructor in /srv/www/domain.com/current/web/app/plugins/mailchimp-comment-optin/lib/classes/MCAPI.class.php on line 3A simple replacement of the function MCAPI with
__constructwill remedy this issue. A new update verifying the plugin is still OK and runs on the latest WordPress version would be great too.
The topic ‘PHP 7 Constructor Functions Upgrade needed’ is closed to new replies.