bbp_topic_notices()
显示主题通知
描述
来源
函数bbp_topic_notices(){//保释如果未查看主题(!bbp_is_single_topic())返回;//获取主题_status $ topic_status = bbp_get_topic_status();//获取主题状态交换机($ topic_status){//垃圾邮件通知案例bbp_get_spam_status_id():$ deconent_text = __('这个主题标有垃圾邮件。','buddyboss');休息;//垃圾通知案例bbp_get_trash_status_id():$ deconent_text = __('这个主题在垃圾箱中。','buddyboss');休息;//标准状态默认值:$ dinding_text ='';休息;} //过滤通知文本和保释如果为空$ dipment_text = apply_filters('bbp_topic_notices',$ deconent_text,$ topic_status,bbp_get_topic_id());如果(空($ deconent_text))返回; bbp_add_error( 'topic_notice', $notice_text, 'message' ); }
变更乐
版本 | 描述 |
---|---|
Bbpress(R2744) | 介绍。 |