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(); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |