after_core_auto_updates_settings

after_core_auto_updates_settings

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_core_auto_updates_settings') is found 1 times:

  • /wp-admin/update-core.php line 454
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
         *     @type bool $minor Whether to enable minor automatic core updates.
         *     @type bool $major Whether to enable major automatic core updates.
         * }
         */
        do_action( 'after_core_auto_updates_settings', $auto_update_settings );
    }
     
    /**
     * Display the upgrade plugins form.
     *
     * @since 2.9.0