BBP_Forums_Group_Extension::map_forum_permalink_to_group( string $url, int $forum_id )

Map a forum permalink to its corresponding group

Description

Parameters

$url

(string) (Required)

$forum_id

(int) (Required)

Return

(string)

Source

File: bp-forums/groups.php

	public function map_forum_permalink_to_group( $url, $forum_id ) {
		return $this->maybe_map_permalink_to_group( $forum_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.