bp_activities()

Determine if there are still activities left in the loop.


Description Description


Return Return

(bool) Returns true when activities are found.


Top ↑

Source Source

File: bp-activity/bp-activity-template.php

function bp_activities() {
	global $activities_template;
	return $activities_template->user_activities();
}

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.