Warning: This function has been deprecated.

mu_options( $options )

WPMU options.


Description Description


Source Source

File: wp-admin/includes/ms-deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.