apply_filters( 'upgrader_post_install', bool $response , array $hook_extra , array $result )
Filters the installation response after the installation has finished.
Parameters
-
$response
bool -
Installation response.
-
$hook_extra
array -
Extra arguments passed to hooked filters.
-
$result
array -
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 );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |