wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



upgrader_pre_download › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'upgrader_pre_download', false, $package, $this, $hook_extra )
Parameter: (4)
  • (bool) $reply Whether to bail without returning the package. Default false.
    Erforderlich: Ja
  • (string) $package The package file name.
    Erforderlich: Ja
  • (WP_Upgrader) $upgrader The WP_Upgrader instance.
    Erforderlich: Ja
  • (array) $hook_extra Extra arguments passed to hooked filters.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to return the package.





Quellcode

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