bbp_get_topic_tag_tax_rewrite()

Return an array of topic-tag taxonomy rewrite settings

Description

Return

(array)

Source

File: bp-forums/topics/template.php

function bbp_get_topic_tag_tax_rewrite() {
	return apply_filters( 'bbp_get_topic_tag_tax_rewrite', array(
		'slug'       => bbp_get_topic_tag_tax_slug(),
		'with_front' => false
	) );
}

Changelog

Changelog
Version Description
bbPress (r5129) 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.