BP_Groups_Theme_Compat::__construct()
Set up theme compatibility for the Groups component.
Description Description
Source Source
File: bp-groups/classes/class-bp-groups-theme-compat.php
public function __construct() {
add_action( 'bp_setup_theme_compat', array( $this, 'is_group' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |