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. |
Filters the Plugin Installation API response results.
return apply_filters( 'plugins_api_result', $res, $action, $args );
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.