BBP_Forums_Group_Extension::map_topic_permalink_to_group( string $url, int $topic_id )
Map a topic permalink to its group forum
Description
Parameters
- $url
-
(Required)
- $topic_id
-
(Required)
Return
(string)
Source
File: bp-forums/groups.php
1270 1271 1272 | public function map_topic_permalink_to_group( $url , $topic_id ) { return $this ->maybe_map_permalink_to_group( $topic_id , $url ); } |
Changelog
Version | Description |
---|---|
bbPress (r3802) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.