wpmu_upgrade_page

wpmu_upgrade_page

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wpmu_upgrade_page') is found 1 times:

  • /wp-admin/network/upgrade.php line 152
    		 * Fires before the footer on the network upgrade screen.
    		 *
    		 * @since MU (3.0.0)
    		 */
    		do_action( 'wpmu_upgrade_page' );
    		break;
    }
    ?>
    </div>
    
    <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>