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
Source
File: wp-admin/includes/class-wp-upgrader.php
.
View all references
$removed = apply_filters( 'upgrader_clear_destination', $removed, $local_destination, $remote_destination, $args['hook_extra'] );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |