Changeset 34645
- Timestamp:
- 09/27/2015 10:22:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r34642 r34645 19 19 * an object is returned. 20 20 * 21 * The second filter, {@see 'plugins_api'}, is the result that would be returned. 21 * The second filter, {@see 'plugins_api'}, allows a plugin to override the WordPress.org 22 * Plugin Install API entirely. If `$action` is 'query_plugins', 'plugin_information', or 23 * 'hot_categories', an object MUST be passed. If `$action` is 'hot_tags`, an array should 24 * be passed. 25 * 26 * Finally, the third filter, {@see 'plugins_api_result'}, makes it possible to filter the 27 * response object or array, depending on the `$action` type. 22 28 * 23 29 * Supported arguments per action:
Note: See TracChangeset
for help on using the changeset viewer.