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