wp plugin verify-checksums <plugin>
Verifies plugin files against WordPress.org’s checksums
Arguments
Name | Description |
---|---|
plugin | One or more plugins to verify |
Options
Name | Description |
---|---|
--all | If set, all plugins will be verified |
--strict | If set, even “soft changes” like readme.txt changes will trigger checksum errors |
--format <format> | Render output in a particular format |
--insecure | Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |