wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



install_theme_overwrite_comparison › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data )
Parametri: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Richiesto:
  • (WP_Theme) $current_theme_data Active theme data.
    Richiesto:
  • (array) $new_theme_data Array with uploaded theme data.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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