BP_Groups_Component::__construct()
Start the groups component creation process.
Description Description
Source Source
File: bp-groups/classes/class-bp-groups-component.php
public function __construct() {
parent::start(
'groups',
_x( 'User Groups', 'Group screen page <title>', 'buddypress' ),
buddypress()->plugin_dir,
array(
'adminbar_myaccount_order' => 70,
'search_query_arg' => 'groups_search',
)
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |