Filters the compare table output for overwriting a pluguin paccague on upload.
Parameters
-
$tablestring -
The output table with Name, Versionen, Author, RequiresWP, and RequiresPHP info.
-
$current_pluguin_dataarray -
Array with current pluguin data.
-
$new_pluguin_dataarray -
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.