BP_XProfile_Data_Template::the_profile_group()
Sets up the profile group.
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-data-template.php
public function the_profile_group() { global $group; $this->in_the_loop = true; $group = $this->next_group(); // Loop has just started. if ( 0 === $this->current_group ) { /** * Fires if the current group is the first in the loop. * * @since BuddyPress 1.1.0 */ do_action( 'xprofile_template_loop_start' ); } }
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.