BP_XProfile_Component::__construct()
Start the xprofile component creation process.
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-component.php
45 46 47 48 49 50 51 52 53 54 55 56 | public function __construct() { parent::start( 'xprofile' , __( 'Profile Fields' , 'buddyboss' ), buddypress()->plugin_dir, array ( 'adminbar_myaccount_order' => 20 ) ); $this ->setup_hooks(); } |
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.