wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



upgrader_post_install › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
Parametri: (3)
  • (bool) $response Installation response.
    Richiesto:
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Richiesto:
  • (array) $result Installation result data.
    Richiesto:
Definito a:
Codex:

Filters the installation response after the installation has finished.





Sorgenti

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