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



after_core_auto_updates_settings › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'after_core_auto_updates_settings', $auto_update_settings )
Parameter:
  • (array) $auto_update_settings { Array of core auto-update settings. @type bool $dev Whether to enable automatic updates for development versions. @type bool $minor Whether to enable minor automatic core updates. @type bool $major Whether to enable major automatic core updates. }
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the major core auto-update settings.





Quellcode

do_action( 'after_core_auto_updates_settings', $auto_update_settings );