BP_Groups_Theme_Compat::single_content()
Filter the_content with the single group template part.
Description Description
Source Source
File: bp-groups/classes/class-bp-groups-theme-compat.php
public function single_content() {
return bp_buffer_template_part( 'groups/single/home', null, false );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |