Uses
Uses | Description |
---|---|
wp-admin/includes/plugin.php: is_network_only_plugin() | Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |