#45602 closed enhancement (fixed)
"Plugins API"-like approach for updates
| Reported by: | hecke29 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.8 |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Currently one can modify the installation- and search-process for plugins with applying filters for 'plugins_api'-filter (used in function plugins_api in wp-admin/includes/plugin-install.php).
This is not possible for the update process (function wp_update_plugins in wp-includes/update.php) that gather information for available updates.
I'd love to see a apply_filter for the response (instead) of wp_remote_post in the lastly mentioned function like in the mentioned plugins_api
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Solved by [50921]