Metas::ReplaceHost2Tag PHP Method

ReplaceHost2Tag() public static method

依据zbp设置替换host值为签标
public static ReplaceHost2Tag ( string $value ) : string
$value string
return string
    public static function ReplaceHost2Tag($value)
    {
        global $bloghost;
        return str_replace($bloghost, '{#ZC_BLOG_HOST#}', $value);
    }