wp_update_radar_check_many
Answers: which of this site's plugin updates are risky right now? Prefer this over the single check whenever there is more than one plugin to look at — a whole site's plugin list costs one call here instead of one call each. Same five verdicts as the single check (known-bad, wait, update-now, too-new, insufficient-data), per item and independent: a plugin that is not indexed reports its own error and the rest still answer. Returns a count of each verdict, so the risky ones can be found without reading every row. Up to 25 plugins per call; more than that is reported, not silently cut. insufficient-data means this service does not know, which is not the same as safe. Not a security advisory and not a CVE lookup: it reports what other site owners are saying, which is a different question from whether a release is vulnerable. wordpress.org plugins only — premium plugins have no public forum to read, and themes are out of scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugins | Yes | The plugins and the exact versions in use |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counts | Yes | verdict -> count, plus `error` for items that could not be judged | |
| results | Yes | ||
| skipped | Yes | ||
| examined | Yes | how many were actually judged, after the per-call cap | |
| requested | Yes |