wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_auto_update › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'pre_auto_update', $type, $item, $context )
Parameter: (3)
  • (string) $type The type of update being checked: 'core', 'theme', 'plugin', or 'translation'.
    Erforderlich: Ja
  • (object) $item The update offer.
    Erforderlich: Ja
  • (string) $context The filesystem context (a path) against which filesystem access and status should be checked.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately prior to an auto-update.





Quellcode

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