BP_Buttons_Group::update( array $args = array() )
Update the group of buttons
Description Description
Parameters Parameters
- $args
-
(Optional) See the __constructor for a description of this argument.
Default value: array()
Source Source
File: bp-templates/bp-nouveau/includes/classes.php
public function update( $args = array() ) { foreach ( $args as $id => $params ) { if ( isset( $this->group[ $id ] ) ) { $this->group[ $id ] = bp_parse_args( $params, $this->group[ $id ], 'buttons_group_update' ); } } }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |