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)
  • () reply Whether to short-circuit the download, the path to the downloaded package, or a WP_Error object. Default false.
    Erforderlich: Ja
  • () package The package URI. May be a remote URL or local file path.
    Erforderlich: Ja
  • () upgrader The WP_Upgrader instance.
    Erforderlich: Ja
  • () hook_extra Extra arguments passed to hooked filters.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to download a package for a WordPress core, plugin, theme, or translation upgrade.

Return a non-false value to short-circuit the download and return that value instead.




Quellcode

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