We have a wordpress site that required a PHP 7.2 update. The update failed and our host provider said that it was most likely a plugin that we're using. We have about 15 plugins. What would be the best approach to finding out which plugin/s are not compatible with PHP 7.2?
Thanks!! Tom
We have a wordpress site that required a PHP 7.2 update. The update failed and our host provider said that it was most likely a plugin that we're using. We have about 15 plugins. What would be the best approach to finding out which plugin/s are not compatible with PHP 7.2?
Thanks!! Tom
If you can install and run phpcs
from the command line, you can try adding the PHPCompatibility library and running it to generate a report. Examples This will help identify potential issues.
If that's not possible, there's a plugin that will help check your site for PHP compatibility issues called the PHP Compatibility Checker. It will do the same thing as above, but doesn't require running anything from the command line.