wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



plugin_auto_update_debug_string › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'plugin_auto_update_debug_string', $auto_updates_string, $plugin_path, $plugin, $enabled )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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