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



plugin_auto_update_debug_string › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled )
Parametry: (4)
  • (string) $auto_updates_string The string output for the auto-updates column.
    Wymagane: Tak
  • (string) $plugin_path The path to the plugin file.
    Wymagane: Tak
  • (array) $plugin An array of plugin data.
    Wymagane: Tak
  • (bool) $enabled Whether auto-updates are enabled for this item.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.





Źródło

$auto_updates_string = apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled );