BP_Buttons_Group::update( array $args = array() )
Update the group of buttons
Description
Parameters
- $args
-
(Optional) See the __constructor for a description of this argument.
Default value: array()
Source
File: bp-templates/bp-nouveau/includes/classes.php
public function update( $args = array() ) {
$this->group = array();
foreach ( $args as $id => $params ) {
$this->set( $params );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.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.