W3cubDocs

/WordPress

apply_filters( 'upgrader_pre_install', bool|WP_Error $response, array $hook_extra )

Filters the install response before the installation has started.

Description

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

Parameters

$response

(bool|WP_Error) Response.

$hook_extra

(array) Extra arguments passed to hooked filters.

Source

File: wp-admin/includes/class-wp-upgrader.php

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/upgrader_pre_install