Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-upgrader.php | apply_filters | 811 | /** * Filters the result of WP_Upgrader::install_package(). * * @since 5.7.0 * * @param array|WP_Error $result Result from WP_Upgrader::install_package(). * @param array $hook_extra Extra arguments passed to hooked filters. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array|WP_Error | $result | Result from WP_Upgrader::install_package(). |
array | $hook_extra | Extra arguments passed to hooked filters. |