apply_filters( 'allow_nightly_auto_core_updates', bool $upgrade_nightly, array $current, array $offered )

Filters whether to enable automatic core updates for nightly releases.


Parameters

$upgrade_nightly

(bool) Whether to enable automatic updates for nightly releases.

$current

(array) The array of parts of the current version.

$offered

(array) The array of parts of the offered version.


Source

File: wp-admin/includes/class-core-upgrader.php

View on GitHub



Changelog

Changelog
Version Description
1.0.0 Introduced.