Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-theme-installer-skin.php | apply_filters | 289 | /** * Filters the compare table output for overwriting a theme package on upload. * * @since 5.5.0 * * @param string $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info. * @param WP_Theme $current_theme_data Active theme data. * @param array $new_theme_data Array with uploaded theme data. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $table | The output table with Name, Version, Author, RequiresWP, and RequiresPHP info. |
WP_Theme | $current_theme_data | Active theme data. |
array | $new_theme_data | Array with uploaded theme data. |