wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



upgrader_clear_destination › Filtr WordPress Hooks

Od2.8.0
Przestarzałyn/a
apply_filters( 'upgrader_clear_destination', $removed, $local_destination, $remote_destination, $args['hook_extra'] )
Parametry: (4)
  • (true|WP_Error) $removed Whether the destination was cleared. True upon success, WP_Error on failure.
    Wymagane: Tak
  • (string) $local_destination The local package destination.
    Wymagane: Tak
  • (string) $remote_destination The remote package destination.
    Wymagane: Tak
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the upgrader cleared the destination.





Źródło

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