bbp_forum_freshness_link( int $forum_id )

Output link to the most recent activity inside a forum.


Description Description

Outputs a complete link with attributes and content.


Parameters Parameters

$forum_id

(Optional) Forum id


Top ↑

Source Source

File: includes/forums/template.php

function bbp_forum_freshness_link( $forum_id = 0) {
	echo bbp_get_forum_freshness_link( $forum_id );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.