bp_get_invite_post_type ()
返回邀请发布类型的名称。
描述
返回
(字符串)邀请帖子类型的名称。
源
文件:bp-invites / bp-invites-functions.php
function bp_get_invite_post_type(){/** *过滤邀请post类型的名称。* * @since BuddyBoss 1.0.0 * * @param string $value invite post类型名称。*/返回apply_filters('bp_get_invite_post_type', buddypress()->invite_post_type);}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |