wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



upgrader_clear_destination › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'upgrader_clear_destination', $removed, $local_destination, $remote_destination, $args['hook_extra'] )
Parametri: (4)
  • (true|WP_Error) $removed Whether the destination was cleared. True upon success, WP_Error on failure.
    Richiesto:
  • (string) $local_destination The local package destination.
    Richiesto:
  • (string) $remote_destination The remote package destination.
    Richiesto:
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Richiesto:
Definito a:
Codex:

Filters whether the upgrader cleared the destination.





Sorgenti

$removed = apply_filters( 'upgrader_clear_destination', $removed, $local_destination, $remote_destination, $args['hook_extra'] );