wpseek.com
A WordPress-centric search engine for devs and theme authors



install_plugin_overwrite_comparison › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'install_plugin_overwrite_comparison', $table, $current_plugin_data, $new_plugin_data )
Parameters: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Required: Yes
  • (array) $current_plugin_data Array with current plugin data.
    Required: Yes
  • (array) $new_plugin_data Array with uploaded plugin data.
    Required: Yes
Defined at:
Codex:

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





Source

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