plugins_api_result WordPress Filter Hook
The plugins_api_result hook is called whenever the result of an API request is received from a plugin repository. This hook gives developers the opportunity to process the data received before it is passed to the WordPress core.
apply_filters( 'plugins_api_result', object|WP_Error $res , string $action , object $args ) #
Filters the Plugin Installation API response results.
Parameters
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |