bbp_get_topic_post_type_supports()

Return array of features the topic post type supports

Description

Return

(array)

Source

File: bp-forums/topics/template.php

function bbp_get_topic_post_type_supports() {
	return apply_filters( 'bbp_get_topic_post_type_supports', array(
		'title',
		'editor',
		'revisions'
	) );
}

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.