Description
Filters the result of WP_Upgrader::install_package().
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-upgrader.php | 899 |
Parameters
Type | Name | Description |
---|---|---|
array|WP_Error | $result | Result from WP_Upgrader::install_package(). |
array | $hook_extra | Extra arguments passed to hooked filters. |
PHP Doc
/**
* 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.
*/