BP_Groups_Component::__construct()
Start the groups component creation process.
Description
Source
File: bp-groups/classes/class-bp-groups-component.php
101 102 103 104 105 106 107 108 109 110 111 | public function __construct() { parent::start( 'groups' , __( 'Social Groups' , 'buddyboss' ), buddypress()->plugin_dir, array ( 'adminbar_myaccount_order' => 70, 'search_query_arg' => 'groups_search' , ) ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.