[wp-trac] [WordPress Trac] #45602: "Plugins API"-like approach for updates

WordPress Trac noreply at wordpress.org
Wed Dec 12 15:52:32 UTC 2018


#45602: "Plugins API"-like approach for updates
-------------------------+-----------------------------
 Reporter:  hecke29      |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Plugins      |    Version:
 Severity:  normal       |   Keywords:
  Focuses:               |
-------------------------+-----------------------------
 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

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45602>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list