Description
Filters the installation response after the installation has finished.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-upgrader.php | 712 |
Parameters
Type | Name | Description |
---|---|---|
bool | $response | Installation response. |
array | $hook_extra | Extra arguments passed to hooked filters. |
array | $result | Installation result data. |
PHP Doc
/**
* Filters the installation response after the installation has finished.
*
* @since 2.8.0
*
* @param bool $response Installation response.
* @param array $hook_extra Extra arguments passed to hooked filters.
* @param array $result Installation result data.
*/