apply_filters( 'allow_minor_auto_core_updates', bool $upgrade_minor, array $current, array $offered )

Filters whether to enable automatic core updates to a newer semver minor release.


Parameters

$upgrade_minor

(bool) Whether to enable automatic updates to a newer semver minor release.

$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 Version numbering scheme changed from WordPress to ClassicPress (semver). New parameters $current and $offered.
WP-3.7.0 Introduced.