upgrade_380()
Execute changes made in WordPress 3.8.0.
No Hooks.
Return
null
. Nothing (null).
Usage
upgrade_380();
Notes
- Global. Int. $wp_current_db_version The old (current) database version.
Changelog
Since 3.8.0 | Introduced. |
upgrade_380() upgrade 380 code WP 6.7.1
function upgrade_380() { global $wp_current_db_version; if ( $wp_current_db_version < 26691 ) { deactivate_plugins( array( 'mp6/mp6.php' ), true ); } }