BP_XProfile_Data_Template::has_groups()

Whether or not the loop has field groups.


Description Description


Return Return

(bool)


Top ↑

Source Source

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

219
220
221
222
223
224
225
public function has_groups() {
    if ( ! empty( $this->group_count ) ) {
        return true;
    }
 
    return false;
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.