bp_emails_admin_email_listing_add_tab ()
添加导航标签在页面顶部BuddyBoss >电子邮件
描述
源
文件:bp-core / admin / bp-core-admin-functions.php
函数bp_emails_admin_email_listing_add_tab() {global $pagenow, $current_screen;如果((收取(current_screen - > post_type) & & $ current_screen - > post_type = = bp_get_email_post_type () & & $ pagenow = =“edit”)| |(收取(current_screen美元- > post_type) & & $ current_screen - > post_type = = bp_get_email_post_type () & & $ pagenow = = post-new.php) | |(收取(current_screen美元- > post_type) & & $ current_screen - > post_type = =bp_get_email_post_type () & & $ pagenow = = ' post.php ' ) ) { ?> < div class = " wrap " > < h2类=“nav-tab-wrapper”> < ?php bp_core_admin_emails_tabs(__('电子邮件','buddyboss'));? > < / h2 > < / div > < ?php}}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |