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



plugin_auto_update_debug_string › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled )
Parametri: (4)
  • (string) $auto_updates_string The string output for the auto-updates column.
    Richiesto:
  • (string) $plugin_path The path to the plugin file.
    Richiesto:
  • (array) $plugin An array of plugin data.
    Richiesto:
  • (bool) $enabled Whether auto-updates are enabled for this item.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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