apply_filters( 'install_theme_overwrite_comparison', string $table, WP_Theme $current_theme_data, array $new_theme_data )

Filters the compare table output for overwriting a theme package on upload.


Parameters

$table

The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.

$current_theme_data

Active theme data.

$new_theme_data

Array with uploaded theme data.


Source

File: wp-admin/includes/class-theme-installer-skin.php

View on GitHub



Changelog

Changelog
Version Description
5.5.0 Introduced.