wpseek.com
A WordPress-centric search engine for devs and theme authors



is_main_blog › WordPress Function

Since
Deprecated3.0.0
is_main_blog ( No parameters )
See:
Defined at:
Codex:
Change Log:
  • MU

Deprecated functionality to determin if the current site is the main site.



Source

function is_main_blog() {
	_deprecated_function( __FUNCTION__, '3.0.0', 'is_main_site()' );
	return is_main_site();
}