bbp_get_topic_tag_tax_slug( string $default = 'topic-tag' )

Return the topic-tag taxonomy slug


Description Description


Parameters Parameters

$default

(Optional) Default value 'topic-tag'

Default value: 'topic-tag'


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/core/options.php

function bbp_get_topic_tag_tax_slug( $default = 'topic-tag' ) {

	// Filter & return
	return apply_filters( 'bbp_get_topic_tag_tax_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_topic_tag_slug', $default ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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