W3cubDocs

/WordPress

apply_filters( 'upgrader_clear_destination', true|WP_Error $removed, string $local_destination, string $remote_destination, array $hook_extra )

Filters whether the upgrader cleared the destination.

Parameters

$removed

(true|WP_Error) Whether the destination was cleared. true upon success, WP_Error on failure.

$local_destination

(string) The local package destination.

$remote_destination

(string) The remote package destination.

$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_clear_destination