activate_sitewide_plugin() – Deprecated functionality for activating a network-only plugin.
You appear to be a bot. Output may be restricted
Description
Deprecated functionality for activating a network-only plugin.
Usage
activate_sitewide_plugin();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/ms-deprecated.php
Lines:
1 to 4 of 4
function activate_sitewide_plugin() { _deprecated_function( activate_sitewide_plugin, '3.0.0', 'activate_plugin()' ); return false; }