Filters whether to return the package.
Parameters
$reply
bool- Whether to bail without returning the package.
Default false. $package
string- The package file name.
$upgrader
WP_Upgrader- The WP_Upgrader instance.
$hook_extra
array- Extra arguments passed to hooked filters.
Source
$reply = apply_filters( 'upgrader_pre_download', false, $package, $this, $hook_extra );
User Contributed Notes
You must log in before being able to contribute a note or feedback.