bbp_allowed_tags()

Output all of the allowed tags in HTML format with attributes.


Description Description

This is useful for displaying in the post area, which elements and attributes are supported. As well as any plugins which want to display it.


Source Source

File: includes/common/template.php

function bbp_allowed_tags() {
	echo bbp_get_allowed_tags();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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