allow_dev_auto_core_updates WordPress Filter Hook
The allow_dev_auto_core_updates hook is used to determine whether or not to allow WordPress to automatically update itself to new development versions. This hook is used by the wp_allow_auto_update() function.
apply_filters( 'allow_dev_auto_core_updates', bool $upgrade_dev ) #
Filters whether to enable automatic core updates for development versions.
Parameters
- $upgrade_dev
(bool)Whether to enable automatic updates for development versions.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |