Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_forum_freshness_link

Codex Home → bbp_forum_freshness_link

Description

The ‘bbp_forum_freshness_link’ function displays a link to the most recent reply within a forum

How to use it

<?php bbp_forum_freshness_link( $forum_id ); ?>

$forum_id (optional) – Displays link to the most recent activity within defined forum

Uses bbp_get_forum_freshness_link()

Sample code example

<?php bbp_forum_freshness_link(); ?>

Displays a link to the most recent reply within a forum

<?php bbp_forum_freshness_link( '1' ); ?>

Displays the link to the most recent reply within the specified forum

Skip to toolbar