wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



is_main_blog › WordPress Function

Seit
Veraltet3.0.0
is_main_blog ( Keine Parameter )
Siehe:
Definiert in:
Codex:
Changelog:
  • MU

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



Quellcode

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