BP_Media_Component::__construct()
Start the media component creation process.
Description
Source
File: bp-media/classes/class-bp-media-component.php
67 68 69 70 71 72 73 74 75 76 77 78 | public function __construct() { parent::start( 'media' , __( 'Photos' , 'buddyboss' ), buddypress()->plugin_dir, array ( 'adminbar_myaccount_order' => 100, 'search_query_arg' => 'media_search' , ) ); } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.