bp_profile_group_tabs()

Output the tabs to switch between profile field groups.

Description

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 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.