Make WordPress Core

Opened 8 years ago

Closed 5 years ago

Last modified 3 years ago

#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)

#1 @hecke29
5 years ago

  • Resolutionworksforme
  • Status newclosed
  • Version5.8

Solved by [50921]

#2 @desrosj
5 years ago

  • Milestone Awaiting Review
  • Resolution worksformeduplicate

Duplicate of #14179.

#3 @desrosj
5 years ago

  • Resolution duplicatefixed

Sorry, not a true duplicate. Leaving closed as fixed by [50921].

#4 @SergeyBiryukov
3 years ago

  • Milestone5.8
  • Version 5.8
Note: See TracTickets for help on using tickets.