[wp-trac] [WordPress Trac] #30465: Dashboard alert if a plugin/theme was removed from WordPress repo
WordPress Trac
noreply at wordpress.org
Mon Oct 21 14:31:41 UTC 2024
#30465: Dashboard alert if a plugin/theme was removed from WordPress repo
-----------------------------------------------+---------------------------
Reporter: sergej.mueller | Owner: (none)
Type: feature request | Status: reopened
Priority: normal | Milestone: Future
| Release
Component: Security | Version:
Severity: normal | Resolution:
Keywords: dev-feedback needs-patch security | Focuses:
-----------------------------------------------+---------------------------
Comment (by joostdevalk):
This is all hanging on the plugin API.
Currently, the result to the update API check (
`https://api.wordpress.org/plugins/update-check/1.1/` ) would have a
`plugins` key with an array of plugins that have an update, and a
`no_update` key with an array of plugins that do not have an update. I'd
suggest adding a `closed` key and moving plugins that have been closed to
there.
Then, for each plugin in that `closed` array, we could set a `reason` that
could be one of the few types of closures we have, and we should increase
the counter on the plugins menu item by one for each.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30465#comment:43>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list