Codex

Function Reference/wpmu current site

This page is marked as incomplete. You can help Codex by expanding it.

Contents

Description

Sets current_site object.

Usage

<?php wpmu_current_site(); ?>

Parameters

This function does not accept any parameters

Return Value

$current_site (object) 
Object is returned on success, otherwise dies with error message

Examples


Notes

This is a private function and should not be called directly. This page is provided for informational purposes.

Change Log

Since: 3.0.0

Source File

wpmu_current_site() is located in wp-includes/ms-load.php

Related

 

See also index of Function Reference and index of Template Tags.