wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



install_theme_overwrite_comparison › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data )
Parameter: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Erforderlich: Ja
  • (WP_Theme) $current_theme_data Active theme data.
    Erforderlich: Ja
  • (array) $new_theme_data Array with uploaded theme data.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

echo apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data );