after_db_upgrade

after_db_upgrade

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_db_upgrade') is found 1 times:

  • /wp-admin/admin.php line 48
    	 * Fires on the next page load after a successful DB upgrade.
    	 *
    	 * @since 2.8.0
    	 */
    	do_action( 'after_db_upgrade' );
    
    } elseif ( ! wp_doing_ajax() && empty( $_POST )
    	&& (int) get_option( 'db_version' ) !== $wp_db_version
    ) {
    
    	if ( ! is_multisite() ) {