apply_filters( 'upgrader_clear_destination', mixed $removed, string $local_destination, string $remote_destination, array $hook_extra )

Filters whether the upgrader cleared the destination.


Parameters

$removed

(mixed) Whether the destination was cleared. true on 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 GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.