Metas::ReplaceTag2Host PHP Method

ReplaceTag2Host() public static method

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