We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181d901 commit 7786a0cCopy full SHA for 7786a0c
1 file changed
README.md
@@ -96,7 +96,7 @@ site.
96
Verifies plugin files against WordPress.org's checksums.
97
98
~~~
99
-wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure] [--exclude=<name>]
+wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure] [--exclude=<name>] [--exclude-mu-plugins]
100
101
102
**OPTIONS**
@@ -132,6 +132,9 @@ wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>
132
[--exclude=<name>]
133
Comma separated list of plugin names that should be excluded from verifying.
134
135
+ [--exclude-mu-plugins]
136
+ Exclude must-use plugins from verification.
137
+
138
**EXAMPLES**
139
140
# Verify the checksums of all installed plugins
0 commit comments