| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BP Buttons Group class.
| Version: | 10.0.0 |
| File Size: | 193 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Buttons_Group:: (5 methods):
__construct()
sort()
get()
update()
add()
Class: BP_Buttons_Group - X-Ref
Builds a group of BP_Button| __construct( $args = array() X-Ref |
| Constructor param: array $args Optional array having the following parameters { since: 3.0.0 |
| sort( $buttons ) X-Ref |
| Sort the Buttons of the group according to their position attribute param: array the list of buttons to sort. since: 3.0.0 return: array the list of buttons sorted. |
| get( $sort = true ) X-Ref |
| Get the BuddyPress buttons for the group param: bool $sort whether to sort the buttons or not. since: 3.0.0 return: array An array of HTML links. |
| update( $args = array() X-Ref |
| Update the group of buttons param: array $args Optional. See the __constructor for a description of this argument. since: 3.0.0 |
| add( $args ) X-Ref |
| Adds a button. param: array $args Required. See the __constructor for a description of this argument. since: 9.0.0 return: bool true on success, false on failure to add. |
| Generated: Fri Nov 7 01:00:56 2025 | Cross-referenced by PHPXref 0.7.1 |