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