BP_Group_Extension: call_edit_screen_template_loader ()
加载包含Edit屏幕的模板。
描述
分离成一个回调,以便它可以在所有其他组扩展有机会注册它们的导航后运行,以避免丢失选项卡。
连接到“bp_screens”。
另请参阅
源
文件:bp-groups /类/ class-bp-group-extension.php
Public function call_edit_screen_template_loader() {bp_core_load_template($this->edit_screen_template);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.8.0 | 介绍了。 |