PHP7 compatibility
-
I have installed PHP 7.0. When I run the PHP compatibility plugin, it complains about empty files:
wp-content/plugins/better-wp-security/core/img/index.php wp-content/plugins/better-wp-security/index.php wp-content/plugins/better-wp-security/lib/index.php (No PHP code was found in this file)
This can be easily avoided by including empty php statements into these files:
<?php ?>
- The topic ‘PHP7 compatibility’ is closed to new replies.