Opened 11 years ago
Closed 11 years ago
#31451 closed feature request (invalid)
Why are update_plugins a transient and active_plugins an option?
| Reported by: | AZdv | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I think (unless I'm completely wrong here) that update_plugins should be in wp_options just like active_plugins.
Isn't that the right place for update_plugins ?
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi AZdv, thanks for the report!
update_pluginsis a cache of the latest response for the update check, so it's stored in transients as a cached value.active_pluginson the other hand stores which plugins are activated on the site, which is a preference, so it's stored as an option.This is the correct behaviour as far as I can see. :)