wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



install_plugin_overwrite_comparison › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'install_plugin_overwrite_comparison', $table, $current_plugin_data, $new_plugin_data )
Parametry: (3)
  • (string) $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    Wymagane: Tak
  • (array) $current_plugin_data Array with current plugin data.
    Wymagane: Tak
  • (array) $new_plugin_data Array with uploaded plugin data.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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