apply_filters( 'xprofile_filter_profile_group_tabs', array $tabs , array $groups , string $group_name )
Filters the tabs to display for profile field groups.
Description Description
Parameters Parameters
- $tabs
-
Array of tabs to display.
- $groups
-
Array of profile groups.
- $group_name
-
Name of the current group displayed.
Source Source
File: bp-xprofile/bp-xprofile-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |