bbp_get_forum_types()

Return an associative array of forum types

Description

Return

(array)

Source

File: bp-forums/forums/functions.php

function bbp_get_forum_types() {
	return apply_filters( 'bbp_get_forum_types', array(
		'forum'    => __( 'Forum', 'buddyboss' ),
		'category' => __( 'Category', 'buddyboss' )
	) );
}

Changelog

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