bp_the_activity()

Get the current activity object in the loop.


Description Description


Return Return

(object) The current activity within the loop.


Top ↑

Source Source

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

function bp_the_activity() {
	global $activities_template;
	return $activities_template->the_activity();
}

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.