Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/plugin-install.php | apply_filters | 234 | /** * Filters the Plugin Installation API response results. * * @since 2.7.0 * * @param object|WP_Error $res Response object or WP_Error. * @param string $action The type of information being requested from the Plugin Installation API. * @param object $args Plugin API arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
object|WP_Error | $res | Response object or WP_Error. |
string | $action | The type of information being requested from the Plugin Installation API. |
object | $args | Plugin API arguments. |