wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



upgrader_post_install › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
Parameter: (3)
  • (bool) $response Installation response.
    Erforderlich: Ja
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Erforderlich: Ja
  • (array) $result Installation result data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the installation response after the installation has finished.





Quellcode

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