• Hi, ironically this plugin has a deprecated problem under PHP 7.0, it says:

    thods with the same name as their class will not be constructors in a future version of PHP; Deprecated_Log has a deprecated constructor in /var/www/wordpress/wp-content/plugins/log-deprecated-notices/log-deprecated-notices.php on line 25

    So, you’ll need to change the constructor to __construct() which is compatible with most php versions.

    https://wordpress.org/plugins/log-deprecated-calls/

  • The topic ‘PHP 7.0 problem’ is closed to new replies.