BBP_Forums_Group_Extension::map_reply_permalink_to_group( string $url, int $reply_id )

Map a reply permalink to its group forum

Description

Parameters

$url

(string) (Required)

$reply_id

(int) (Required)

Return

(string)

Source

File: bp-forums/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
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.