mu_options()
Deprecated since 3.0.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
WPMU options.
No Hooks.
Returns
null. Nothing (null).
Usage
mu_options( $options );
- $options(required)
- .
Changelog
| Deprecated since | 3.0.0 |
mu_options() mu options code WP 6.8.3
function mu_options( $options ) {
_deprecated_function( __FUNCTION__, '3.0.0' );
return $options;
}