bp_get_taxonomy_term_site_id (字符串美元的分类='')
获取BP应该用于分类法术语存储的站点的ID。
描述
默认为根博客ID。
参数
- 美元的分类
-
(字符串)(可选)分类蛞蝓检查。
默认值:“
返回
(int)
源
文件:bp-core / bp-core-taxonomy.php
函数bp_get_taxonomy_term_site_id($taxonomy = ") {$site_id = bp_get_root_blog_id();/** *过滤BP应该存储分类术语的站点ID。* * @since BuddyPress 2.6.0 * * @param int $site_id to cehck for。* @param string $taxonomy*/返回(int) apply_filters('bp_get_taxonomy_term_site_id', $site_id, $taxonomy);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 2.6.0 | 介绍了。 |