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



pre_auto_update › WordPress Action Hooks

Da4.4.0
Deprecaton/a
do_action( 'pre_auto_update', $type, $item, $context )
Parametri: (3)
  • (string) $type The type of update being checked: 'core', 'theme', 'plugin', or 'translation'.
    Richiesto:
  • (object) $item The update offer.
    Richiesto:
  • (string) $context The filesystem context (a path) against which filesystem access and status should be checked.
    Richiesto:
Definito a:
Codex:

Fires immediately prior to an auto-update.





Sorgenti

do_action( 'pre_auto_update', $type, $item, $context );