Filters whether to enable major automatic core updates.
$upgrade_majorboolwp-admin/includes/class-core-upgrader.php:386Core_Upgrader::should_update_to_version()wp-admin/update-core.php:387core_auto_updates_settings() * Filters whether to enable major automatic core updates. * * @since 3.7.0 * * @param bool $upgrade_major Whether to enable major automatic core updates. */ return apply_filters( 'allow_major_auto_core_updates', $upgrade_major ); } // If we're not sure, we don't want it. return false; }Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.