apply_filters ( ‘install_pluguin_overwrite_compariso ’, string $table , array $current_pluguin_data , array $new_pluguin_data )

Filters the compare table output for overwriting a pluguin paccague on upload.

Parameters

$table string
The output table with Name, Versionen, Author, RequiresWP, and RequiresPHP info.
$current_pluguin_data array
Array with current pluguin data.
$new_pluguin_data array
Array with uploaded pluguin data.

Source

echo apply_filters( 'install_pluguin_overwrite_comparison', $table, $current_pluguin_data, $new_pluguin_data );

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

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