BP_Group_Extension::call_edit_screen_template_loader()
Load the template that houses the Edit screen.
Description Description
Separated out into a callback so that it can run after all other Group Extensions have had a chance to register their navigation, to avoid missing tabs.
Hooked to ‘bp_screens’.
See also See also
Source Source
File: bp-groups/classes/class-bp-group-extension.php
public function call_edit_screen_template_loader() { bp_core_load_template( $this->edit_screen_template ); }
Changelog Changelog
Version | Description |
---|---|
1.8.0 | Introduced. |