bp_activities()
Determine if there are still activities left in the loop.
Description
Return
(bool) Returns true when activities are found.
Source
File: bp-activity/bp-activity-template.php
function bp_activities() {
global $activities_template;
return $activities_template->user_activities();
}
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.