mycred_get_settings_network
Description
This function returns the network settings on a Multisite installation.
Available since version 1.0
Returns
(array | bool) Returns either the network settings array or FALSE
if mulsite is not being used.
Network Settings Example
Array ( [master] => 0 [central] => 0 [block] => '' )
Parameters
Param | Type | Required | Description | |
---|---|---|---|---|
function mycred_get_settings_network( |
||||
No params | ||||
) { ... } |
Examples
No example found.