bp_forums_highlight_forums_new_submenu (submenu_file美元)
在编辑/创建主题时使子菜单突出显示
描述
源
函数bp_forums_highlight_forums_new_submenu($submenu_file){全局$pagenow;$post_type = isset($_GET['post_type'])?$ _GET [' post_type ']:”;$forums_post_type = [bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type()];If ($pagenow && 'post-new.php' == $pagenow && in_array($post_type, $forums_post_types)) {return 'edit.php?post_type = '。post_type美元;}返回submenu_file美元;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |