deactivate_sitewide_plugin( $plugin = false )

In this article

This function has been deprecated. Use deactivate_plugin() instead.

Deprecated functionality for deactivating a network-only plugin.

Description

See also

Source

function deactivate_sitewide_plugin( $plugin = false ) {
	_deprecated_function( __FUNCTION__, '3.0.0', 'deactivate_plugin()' );
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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