bbp_get_forum_freshness_link
Codex Home → bbp_get_forum_freshness_link
How to use it
1 | <?php bbp_get_forum_freshness_link( $forum_id ); ?> |
$forum_id (optional) – Returns the link for the most recent reply within a forum
Used in bbp_forum_freshness_link()
Sample code example
1 | <?php $value = bbp_get_forum_freshness_link(); echo $value ; ?> |
Returns the link for the most recent reply within a forum
1 | <?php $value = bbp_get_forum_freshness_link( '1' ); echo $value ; ?> |
Returns the link for the most recent reply within the specified forum with an ID of 1