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