BP_Registration_Theme_Compat::__construct()
Setup the groups component theme compatibility.
Description Description
Source Source
File: bp-members/classes/class-bp-registration-theme-compat.php
public function __construct() {
add_action( 'bp_setup_theme_compat', array( $this, 'is_registration' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |