bp_profile_group_tabs()
Output the tabs to switch between profile field groups.
Description Description
Source Source
File: bp-xprofile/bp-xprofile-template.php
function bp_profile_group_tabs() { echo bp_get_profile_group_tabs(); /** * Fires at the end of the tab output for switching between profile field * groups. This action is in a strange place for legacy reasons. * * @since 1.0.0 */ do_action( 'xprofile_profile_group_tabs' ); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |