wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



upgrader_post_install › Filtr WordPress Hooks

Od2.8.0
Przestarzałyn/a
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
Parametry: (3)
  • (bool) $response Installation response.
    Wymagane: Tak
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Wymagane: Tak
  • (array) $result Installation result data.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the installation response after the installation has finished.





Źródło

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