wpseek.com
A WordPress-centric search engine for devs and theme authors



upgrader_post_install › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
Parameters: (3)
  • (bool) $response Installation response.
    Required: Yes
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Required: Yes
  • (array) $result Installation result data.
    Required: Yes
Defined at:
Codex:

Filters the installation response after the installation has finished.





Source

$res = apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result );