apply_filters( 'allow_patch_auto_core_updates', bool $upgrade_patch , array $current , array $offered )
Filters whether to enable automatic core updates to a newer semver patch release.
Parameters
- $upgrade_patch
-
Whether to enable automatic updates to a newer semver patch release.
- $current
-
The array of parts of the current version.
- $offered
-
The array of parts of the offered version.
Source
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |