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



upgrader_install_package_result › WordPress Filter Hooks

Seit5.7.0
Veraltetn/v
apply_filters( 'upgrader_install_package_result', $result, $options['hook_extra'] )
Parameter: (2)
  • (array|WP_Error) $result Result from WP_Upgrader::install_package().
    Erforderlich: Ja
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the result of WP_Upgrader::install_package().





Quellcode

$result = apply_filters( 'upgrader_install_package_result', $result, $options['hook_extra'] );