bbp_get_topic_author_id (inttopic_id美元)
返回主题的作者ID
描述
参数
- topic_id美元
-
(int)(可选)主题id
返回
(字符串)作者的主题
源
文件:bp-forums /主题/ template.php
函数bbp_get_topic_author_id($topic_id = 0) {$topic_id = bbp_get_topic_id($topic_id);$author_id = get_post_field('post_author', $topic_id);Return (int) apply_filters('bbp_get_topic_author_id', (int) $author_id, $topic_id);}
更新日志
版本 | 描述 |
---|---|
bbPress (r2590) | 介绍了。 |