wpseek.com
A WordPress-centric search engine for devs and theme authors



upgrader_pre_download › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'upgrader_pre_download', false, $package, $this, $hook_extra )
Parameters: (4)
  • () reply Whether to short-circuit the download, the path to the downloaded package, or a WP_Error object. Default false.
    Required: Yes
  • () package The package URI. May be a remote URL or local file path.
    Required: Yes
  • () upgrader The WP_Upgrader instance.
    Required: Yes
  • () hook_extra Extra arguments passed to hooked filters.
    Required: Yes
Defined at:
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.




Source

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