Filters the compare table output for overwriting a theme package on upload.
Parameters
$tablestring- The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
$current_theme_dataWP_Theme- Active theme data.
$new_theme_dataarray- Array with uploaded theme data.
Source
echo apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data );
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.