bbp_remove_user_subscription (intuser_id美元object_id美元

从用户订阅中删除主题

描述

参数

user_id美元

int(可选)用户id

topic_id美元

int(可选)主题id

返回

(保龄球)如果主题已从用户订阅中删除,则为True,否则为false

文件:bp-forums /用户/显然也

Function bbp_remove_user_subscription($user_id = 0, $object_id = 0) {if (empty($user_id) || empty($object_id)) {return false;} $post_type = get_post_type($object_id);If (empty($post_type)){返回false;} switch($post_type){//论坛案例bbp_get_forum_post_type(): bbp_remove_user_forum_subscription($user_id, $object_id);打破;//主题case bbp_get_topic_post_type(): default: bbp_remove_user_topic_subscription($user_id, $object_id);打破;} do_action('bbp_remove_user_subscription', $user_id, $object_id, $post_type);返回true;}

更新日志

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

问题吗?

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