bbp_forum_freshness_link( int $forum_id )
Output link to the most recent activity inside a forum.
Description
Outputs a complete link with attributes and content.
Parameters
- $forum_id
-
(Optional) Forum id
Source
File: bp-forums/forums/template.php
function bbp_forum_freshness_link( $forum_id = 0) { echo bbp_get_forum_freshness_link( $forum_id ); }
Changelog
Version | Description |
---|---|
bbPress (r2625) | 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.