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) 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队