BP_Core_Nav_Item
Navigation item.
Description
Source
File: bp-core/classes/class-bp-core-nav-item.php
class BP_Core_Nav_Item extends ArrayObject {
public function __construct( $data ) {
parent::__construct( $data, ArrayObject::ARRAY_AS_PROPS );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.6.0 | Introduced. |
Methods
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.