BP_Group_Extension::call_edit_screen_template_loader()

Load the template that houses the Edit screen.

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

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
BuddyPress 1.8.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.