bbp_is_topic_anonymous (inttopic_id美元

是否由匿名用户发布?

描述

参数

topic_id美元

int(可选)主题id

返回

(保龄球)如果这篇文章是匿名用户写的,则为True,否则为false。

文件:bp-forums /主题/ template.php

函数bbp_is_topic_anonymous($topic_id = 0) {$topic_id = bbp_get_topic_id($topic_id);retval美元= false;If (!bbp_get_topic_author_id($topic_id)) $retval = true;Elseif (get_post_meta($topic_id, '_bbp_anonymous_name', true)) $retval = true;Elseif (get_post_meta($topic_id, '_bbp_anonymous_email', true)) $retval = true;//该主题是由匿名用户返回(bool) apply_filters('bbp_is_topic_anonymous', $retval, $topic_id);}

更新日志

更新日志
版本 描述
bbPress (r2753) 介绍了。

问题吗?

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