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



upgrader_pre_install › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'upgrader_pre_install', true, $args['hook_extra'] )
Parameter: (2)
  • (bool|WP_Error) $response Installation response.
    Erforderlich: Ja
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the installation response before the installation has started.

Returning a value that could be evaluated as a WP_Error will effectively short-circuit the installation, returning that value instead.





Quellcode

$res = apply_filters( 'upgrader_pre_install', true, $args['hook_extra'] );