wpseek.com
A WordPress-centric search engine for devs and theme authors



upgrader_pre_install › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'upgrader_pre_install', true, $args['hook_extra'] )
Parameters: (2)
  • (bool|WP_Error) $response Installation response.
    Required: Yes
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Required: Yes
Defined at:
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.





Source

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