Ejemplo n.º 1
0
function _wpsSiteActivate($mu = false, $blogID = 1)
{
    wssLog(__FUNCTION__ . "() called with args: ", array('$mu' => $mu, '$blogID' => $blogID));
    //#! check if already installed if MU
    if ($mu) {
        return WsdPlugin::networkActivate();
    } else {
        return WsdPlugin::activate();
    }
}