wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



install_theme_overwrite_comparison › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data )
Paramètres: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Requis: Oui
  • (WP_Theme) $current_theme_data Active theme data.
    Requis: Oui
  • (array) $new_theme_data Array with uploaded theme data.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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