after_core_auto_updates_settings

after_core_auto_updates_settings

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('after_core_auto_updates_settings') is found 1 times:

  • /wp-admin/update-core.php line 454
    	 *     @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