WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_upgrade

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/upgrade.php do_action 665 /**
* Fires after a site is fully upgraded.
*
* @since 3.9.0
*
* @param int $wp_db_version The new $wp_db_version.
* @param int $wp_current_db_version The old (current) $wp_db_version.
*/

Hook Parameters

Parameter Type Name Description
int $wp_db_version The new $wp_db_version.
int $wp_current_db_version The old (current) $wp_db_version.