File: bp-groups/classes/class-bp-groups-theme-compat.php |
Description |
---|---|
BP_Groups_Theme_Compat::create_dummy_post() |
Update the global $post with create screen data. |
BP_Groups_Theme_Compat::create_content() |
Filter the_content with the create screen template part. |
BP_Groups_Theme_Compat::single_template_hierarchy() |
Add custom template hierarchy to theme compat for group pages. |
bp_template_hierarchy_groups_single_item |
Filters the Groups single pages template hierarchy based on priority. |
BP_Groups_Theme_Compat::single_dummy_post() |
Update the global $post with single group data. |
BP_Groups_Theme_Compat::single_content() |
Filter the_content with the single group template part. |
BP_Groups_Theme_Compat::create_template_hierarchy() |
Add custom template hierarchy to theme compat for the group create page. |
bp_template_hierarchy_groups_create |
Filters the Groups create page template hierarchy based on priority. |
BP_Groups_Theme_Compat |
The main theme compat class for BuddyBoss Groups. |
BP_Groups_Theme_Compat::__construct() |
Set up theme compatibility for the Groups component. |