BP_XProfile_Data_Template::the_profile_group()

Sets up the profile group.

Description

Source

File: bp-xprofile/classes/class-bp-xprofile-data-template.php

262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
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

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.