BBP_Forums_Group_Extension::map_reply_permalink_to_group( string $url, int $reply_id )
Map a reply permalink to its group forum
Description Description
Parameters Parameters
- $url
-
(Required)
- $reply_id
-
(Required)
Return Return
(string)
Source Source
File: includes/extend/buddypress/groups.php
public function map_reply_permalink_to_group( $url, $reply_id ) { return $this->maybe_map_permalink_to_group( bbp_get_reply_topic_id( $reply_id ), $url ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |