wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



upgrader_post_install › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'upgrader_post_install', true, $args['hook_extra'], $this->result )
Paramètres: (3)
  • (bool) $response Installation response.
    Requis: Oui
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Requis: Oui
  • (array) $result Installation result data.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the installation response after the installation has finished.





Source

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