bp_the_activity()
Get the current activity object in the loop.
Description Description
Return Return
(object) The current activity within the loop.
Source Source
File: bp-activity/bp-activity-template.php
function bp_the_activity() { global $activities_template; return $activities_template->the_activity(); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |