BP_XProfile_Data_Template::has_groups()
Whether or not the loop has field groups.
Description Description
Return Return
(bool)
Source Source
File: bp-xprofile/classes/class-bp-xprofile-data-template.php
public function has_groups() {
if ( ! empty( $this->group_count ) ) {
return true;
}
return false;
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |