BBP_Forums_Group_Extension::page_link( string $url, int $post_id )
Map a page link to its group forum
Description
Parameters
- $url
-
(Required)
- $post_id
-
(Required)
- $sample
-
(Required)
Return
(string)
Source
File: bp-forums/groups.php
1327 1328 1329 | public function page_link( $url , $post_id ) { return $this ->maybe_map_permalink_to_group( $post_id , $url ); } |
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.