BP_Groups_Theme_Compat::create_content()
Filter the_content with the create screen template part.
Source Source
File: bp-groups/classes/class-bp-groups-theme-compat.php
public function create_content() { return bp_buffer_template_part( 'groups/create', null, false ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |