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



install_plugin_overwrite_comparison › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'install_plugin_overwrite_comparison', $table, $current_plugin_data, $new_plugin_data )
Parametri: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Richiesto:
  • (array) $current_plugin_data Array with current plugin data.
    Richiesto:
  • (array) $new_plugin_data Array with uploaded plugin data.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

echo apply_filters( 'install_plugin_overwrite_comparison', $table, $current_plugin_data, $new_plugin_data );