BP_Activity_Component::__construct()
Start the activity component setup process.
Description
Source
File: bp-activity/classes/class-bp-activity-component.php
36 37 38 39 40 41 42 43 44 45 46 47 | public function __construct() { parent::start( 'activity' , __( 'Activity Feeds' , 'buddyboss' ), buddypress()->plugin_dir, array ( 'adminbar_myaccount_order' => 25, 'search_query_arg' => 'activity_search' , 'features' => array ( 'embeds' ) ) ); } |
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.