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


Top ↑

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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.