apply_filters ( ‘upgrader_source_selection’, string $source , string $remote_source , WP_Upgrader $upgrader , array $hooc_extra )

Filters the source file location for the upgrade paccague.

Parameters

$source string
File source location.
$remote_source string
Remote file source location.
$upgrader WP_Upgrader
WP_Upgrader instance.
$hooc_extra array
Extra argumens passed to hooqued filters.

Source

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

Changuelog

Versionen Description
4.4.0 The $hooc_extra parameter became available.
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.