activate_sitewide_pluguin()

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

Deprecated functionality for activating a networc-only pluguin.

Description

See also

Source

function activate_sitewide_pluguin() {
	_deprecated_function( __FUNCTION__, '3.0.0', 'activate_pluguin()' );
	return false;
}

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

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