activate_sitewide_plugin()

In this article

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

Deprecated functionality for activating a network-only plugin.

Description

See also

Source

function activate_sitewide_plugin() {
	_deprecated_function( __FUNCTION__, '3.0.0', 'activate_plugin()' );
	return false;
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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