#45602 closed enhancement (fixed)
"Plugins API"-like approach for updates
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
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.
Solved by [50921]