Skip to content

Commit 2f6c0e7

Browse files
committed
Update readme.md
1 parent 36f7119 commit 2f6c0e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This plugin will lint theme and plugin code inside your WordPress file system an
2121

2222
**This plugin relies on WP-Cron to scan files in the background. The scan will get stuck if the site's WP-Cron isn't running correctly. Please see the [FAQ](https://wordpress.org/plugins/php-compatibility-checker/faq/) for more information.**
2323

24-
### Update to PHP 7 ###
25-
* Use this plugin to check your site for compatibility for PHP 7!
24+
### Update to PHP 7.2 ###
25+
* Use this plugin to check your site for compatibility up to PHP 7.2!
2626
* As of [November 2016](https://wordpress.org/about/stats/), 52.9% of WordPress websites run a PHP version less PHP 5.5.
2727
* These versions of PHP have been deprecated and unsupported for over 9 months.
2828
* Only 3.4% of WordPress websites run PHP 7, the current main version of PHP.
@@ -56,15 +56,15 @@ PHP Compatibility Checker includes WP-CLI command support:
5656

5757
<version>
5858
PHP version to test.
59-
59+
6060
[--scan=<scan>]
6161
Whether to scan only active plugins and themes or all of them.
6262
default: active
6363
options:
6464
- active
6565
- all
6666

67-
Example: `wp phpcompat 7.0 --scan=active`
67+
Example: `wp phpcompat 7.2 --scan=active`
6868

6969

7070
## Frequently Asked Questions ##

0 commit comments

Comments
 (0)