BBP_Forums_Group_Extension::page_link( string $url, int $post_id )

Map a page link to its group forum


Description Description


Parameters Parameters

$url

(Required)

$post_id

(Required)

$sample

(Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/extend/buddypress/groups.php

	public function page_link( $url, $post_id ) {
		return $this->maybe_map_permalink_to_group( $post_id, $url );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.