wp_maybe_auto_update
Performs WordPress automatic background updates.
Description
wp_maybe_auto_update();
Usage
if ( !function_exists( 'wp_maybe_auto_update' ) ) { require_once ABSPATH . WPINC . '/update.php'; } // NOTICE! Understand what this does before running. $result = wp_maybe_auto_update();
Defined (1)
The function is defined in the following location(s).