获取完整博客网址(多站点)
描述
Get a full blog URL, given a domain and a path.
用法
<?php get_blogaddress_by_domain( $domain, $path ) ?>
参数
$domain
(string) (必填) The domain
默认值: None
$path
(string) (必填) The path
默认值: None
返回值
(string)
The full blog URL
历史
添加于 版本: 3.0.0
- 原文:http://codex.wordpress.org/Function_Reference/get_blogaddress_by_domain