BP_Messages_Notices_Admin: admin_menu ()
添加“站点通知”管理菜单项。
描述
源
文件:bp-messages /类/ class-bp-messages-notices-admin.php
public function admin_menu(){//如果当前用户不能调节社区,则退出。如果(!Bp_current_user_can ('bp_moderate') || !Bp_is_active ('messages')){返回false;} $this->screen_id = add_submenu_page('buddyboss-platform', __(' notifications ', 'buddyboss'), __(' notifications ', 'buddyboss'), 'manage_options', 'bp- notifications ', array($this, 'admin_index'));add_action(“载荷-”。$this->screen_id, array($this, 'admin_load'));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 3.0.0 | 介绍了。 |