wordpress / latest / hooks / upgrader_source_selection.html

apply_filters( 'upgrader_source_selection', string $source, string $remote_source, WP_Upgrader $upgrader, array $hook_extra )

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

File: wp-admin/includes/class-wp-upgrader.php. View all references

$source = apply_filters( 'upgrader_source_selection', $source, $remote_source, $this, $args['hook_extra'] );

Changelog

Version Description
4.4.0 The $hook_extra parameter became available.
2.8.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/upgrader_source_selection