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



plugin_auto_update_debug_string › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled )
Parameters: (4)
  • (string) $auto_updates_string The string output for the auto-updates column.
    Required: Yes
  • (string) $plugin_path The path to the plugin file.
    Required: Yes
  • (array) $plugin An array of plugin data.
    Required: Yes
  • (bool) $enabled Whether auto-updates are enabled for this item.
    Required: Yes
Defined at:
Codex:

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





Source

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