do_action( 'wp_upgrade', int $wp_db_version , int $wp_current_db_version )
Fires after a site is fully upgraded.
Parameters
- $wp_db_version
-
The new $wp_db_version.
- $wp_current_db_version
-
The old (current) $wp_db_version.
Source
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |