Filters whether to entirely disable background updates.
$disabledboolwp-admin/includes/class-wp-automatic-updater.php:58WP_Automatic_Updater::is_disabled()wp-admin/includes/class-wp-site-health-auto-updates.php:118WP_Site_Health_Auto_Updates::test_filters_automatic_updater_disabled() * This also disables update notification emails. That may change in the future. * * @since 3.7.0 * * @param bool $disabled Whether the updater should be disabled. */ return apply_filters( 'automatic_updater_disabled', $disabled ); } /** * Checks whether access to a given directory is allowed. * * This is used when detecting version control checkouts. Takes into accountIntroduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.