Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_get_forum_freshness_link

Codex Home → bbp_get_forum_freshness_link

How to use it

<?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

<?php $value = bbp_get_forum_freshness_link(); echo $value; ?>

Returns the link for the most recent reply within a forum

<?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

Skip to toolbar