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

activate_sitewide_plugin()

Deprecated functionality for activating a network-only plugin.


Description

Top ↑

See also


Top ↑

Source

File: wp-admin/includes/ms-deprecated.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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