upgrader_post_install WordPress Filter Hook
The upgrader_post_install hook is called after a plugin has been upgraded to a new version. This hook can be used to perform any necessary tasks after an upgrade, such as updating settings or clearing caches.
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
Changelog
| Version | Description | 
|---|---|
| 2.8.0 | Introduced. |