apply_filters( 'upgrader_post_install', bool $response , array $hook_extra , array $result )
Filters the installation response after the installation has finished.
Parameters
- $response
-
Installation response.
- $hook_extra
-
Extra arguments passed to hooked filters.
- $result
-
Installation result data.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |