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



upgrader_pre_download › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'upgrader_pre_download', false, $package, $this, $hook_extra )
Parametri: (4)
  • (bool) $reply Whether to bail without returning the package. Default false.
    Richiesto:
  • (string) $package The package file name.
    Richiesto:
  • (WP_Upgrader) $upgrader The WP_Upgrader instance.
    Richiesto:
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Richiesto:
Definito a:
Codex:

Filters whether to return the package.





Sorgenti

$reply = apply_filters( 'upgrader_pre_download', false, $package, $this, $hook_extra );