mu_options()WP 1.0

Deprecated from version 3.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

WPMU options.

No Hooks.

Return

null. Nothing (null).

Usage

mu_options( $options );
$options (required)
-

Changelog

Deprecated since 3.0.0

mu_options() code WP 6.4.3

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