On this page
apply_filters( 'upgrader_post_install', bool $response, array $hook_extra, array $result )
Filters the installation response after the installation has finished.
Parameters
$responsebool-
Installation response.
$hook_extraarray-
Extra arguments passed to hooked filters.
$resultarray-
Installation result data.
Source
File: wp-admin/includes/class-wp-upgrader.php. View all references
$res = apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result );
Related
Used By
| Used By | Description |
|---|---|
| WP_Upgrader::install_package() wp-admin/includes/class-wp-upgrader.php | Install a package. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/upgrader_post_install