Filters the source file location for the upgrade package.
Parameters
$source
string- File source location.
$remote_source
string- Remote file source location.
$upgrader
WP_Upgrader- WP_Upgrader instance.
$hook_extra
array- Extra arguments passed to hooked filters.
Source
$source = apply_filters( 'upgrader_source_selection', $source, $remote_source, $this, $args['hook_extra'] );
User Contributed Notes
You must log in before being able to contribute a note or feedback.