Deprecated Deprecated
This function has been deprecated.
Summery Summery
WPMU options.
Syntax Syntax
Source Source
File: wp-admin/includes/ms-deprecated.php
function mu_options( $options ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
return $options;
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |