Filter hook 'install_plugin_overwrite_comparison'
in WP Core File wp-admin/includes/class-plugin-installer-skin.php at line 260
Description
Filters the compare table output for overwriting a plugin package on upload.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-plugin-installer-skin.php |
260 |
Parameters
Type |
Name |
Description |
string |
$table |
The output table with Name, Version, Author, RequiresWP, and RequiresPHP info. |
array |
$current_plugin_data |
Array with current plugin data. |
array |
$new_plugin_data |
Array with uploaded plugin data. |
PHP Doc
/**
* Filters the compare table output for overwriting a plugin package on upload.
*
* @since 5.5.0
*
* @param string $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
* @param array $current_plugin_data Array with current plugin data.
* @param array $new_plugin_data Array with uploaded plugin data.
*/