BP_XProfile_Component::__construct()
Start the xprofile component creation process.
Description Description
Source Source
File: bp-xprofile/classes/class-bp-xprofile-component.php
public function __construct() { parent::start( 'xprofile', _x( 'Extended Profiles', 'Component page <title>', 'buddypress' ), buddypress()->plugin_dir, array( 'adminbar_myaccount_order' => 20 ) ); $this->setup_hooks(); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |