Jetpack::is_multisite PHP Method

is_multisite() public method

Return true if we are with multi-site or multi-network false if we are dealing with single site.
public is_multisite ( string $option ) : boolean
$option string
return boolean
    public function is_multisite($option)
    {
        return (string) (bool) is_multisite();
    }
Jetpack