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

deactivate_sitewide_plugin( $plugin = false )

Deprecated functionality for deactivating a network-only plugin.


Description Description

See also See also


Top ↑

Source Source

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

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

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.