File: bp-members/classes/class-bp-registration-theme-compat.php
Description
BP_Registration_Theme_Compat

The main theme compat class for BuddyPress Registration.

Source: bp-members/classes/class-bp-registration-theme-compat.php:22

BP_Registration_Theme_Compat::__construct()

Setup the groups component theme compatibility.

Source: bp-members/classes/class-bp-registration-theme-compat.php:29

BP_Registration_Theme_Compat::is_registration()

Are we looking at either the registration or activation pages?

Source: bp-members/classes/class-bp-registration-theme-compat.php:38

BP_Registration_Theme_Compat::template_hierarchy()

Add template hierarchy to theme compat for registration/activation pages.

Source: bp-members/classes/class-bp-registration-theme-compat.php:67

bp_template_hierarchy_{$component}

Filters the template hierarchy for theme compat and registration/activation pages.

Source: bp-members/classes/class-bp-registration-theme-compat.php:80

BP_Registration_Theme_Compat::dummy_post()

Update the global $post with dummy data.

Source: bp-members/classes/class-bp-registration-theme-compat.php:99

BP_Registration_Theme_Compat::dummy_content()

Filter the_content with either the register or activate templates.

Source: bp-members/classes/class-bp-registration-theme-compat.php:137