upgrade_372
Execute changes made in WordPress 3.7.2.
Description
upgrade_372();
Usage
if ( !function_exists( 'upgrade_372' ) ) { require_once ABSPATH . '/wp-admin/includes/upgrade.php'; } // NOTICE! Understand what this does before running. $result = upgrade_372();
Defined (1)
The function is defined in the following location(s).
- /wp-admin/includes/upgrade.php
- function upgrade_370() {
- global $wp_current_db_version;
- if ( $wp_current_db_version < 25824 )
- wp_clear_scheduled_hook( 'wp_auto_updates_maybe_update' );
- }