Warning: This function has been deprecated.

mu_options() WordPress Function

The mu_options() function allows you to add additional options to the WordPress Multi-Site Settings page. This function is useful for adding new settings to your WordPress network.

mu_options( $options ) #

WPMU options.


Source

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

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


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.