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