bp_profile_group_tabs()

Output the tabs to switch between profile field groups.

Description

Source

File: bp-xprofile/bp-xprofile-template.php

1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
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 BuddyPress 1.0.0
     */
    do_action( 'xprofile_profile_group_tabs' );
}

Changelog

Changelog
Version Description
BuddyPress 1.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.