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