BP_Groups_Invite_Template::has_invites()
Whether or not there are invites to show.
Description
Return
(bool)
Source
File: bp-groups/classes/class-bp-groups-invite-template.php
public function has_invites() {
if ( ! empty( $this->invite_count ) ) {
return true;
}
return false;
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.1.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.