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



mu_options › WordPress Function

Sincen/a
Deprecated3.0.0
mu_options ( $options )
Defined at:
Codex:

WPMU options.



Source

function mu_options( $options ) {
	_deprecated_function( __FUNCTION__, '3.0.0' );
	return $options;
}