upgrade_372()
Execute changes made in WordPress 3.7.2.
No Hooks.
Return
null
. Nothing (null).
Usage
upgrade_372();
Notes
- Global. Int. $wp_current_db_version The old (current) database version.
Changelog
Since 3.7.2 | Introduced. |
upgrade_372() upgrade 372 code WP 6.7.1
function upgrade_372() { global $wp_current_db_version; if ( $wp_current_db_version < 26148 ) { wp_clear_scheduled_hook( 'wp_maybe_auto_update' ); } }