bp_group_forum_permalink()
Output the URL of the Forum page of the current group in the loop.
Source Source
File: bp-groups/bp-groups-template.php
function bp_group_forum_permalink() { echo bp_get_group_forum_permalink(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |