File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7171Verifies plugin files against WordPress.org's checksums.
7272
7373~~~
74- wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure]
74+ wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure] [--exclude=<name>]
7575~~~
7676
7777** OPTIONS**
@@ -104,6 +104,9 @@ wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>
104104 [--insecure]
105105 Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
106106
107+ [--exclude=<name>]
108+ Comma separated list of plugin names that should be excluded from verifying.
109+
107110** EXAMPLES**
108111
109112 # Verify the checksums of all installed plugins
You can’t perform that action at this time.
0 commit comments