Filters the Plugin Installation API response results.
Parameters
Source
return apply_filters( 'plugins_api_result', $res, $action, $args );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
CARVIEW |
Filters the Plugin Installation API response results.
return apply_filters( 'plugins_api_result', $res, $action, $args );
Used by | Description |
---|---|
plugins_api()wp-admin/includes/plugin-install.php | Retrieves plugin installer pages from the WordPress.org Plugins API. |
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.