- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Tag Comment Allowed Tags
Tag Comment Allowed Tags
This template tag displays allowed tags for comment.
Example
comment_allowed_tags( $format = 'htmlbody' );
Parameters
- Name: format
- Default: htmlbody
- Usage: Format to output. It can be one of the following values: ‘raw’, ‘htmlbody’, ‘urlencoded’, ‘entityencoded’, ‘htmlhead’, ‘htmlattr’, ‘formvalue’, ‘xml’, ‘xmlattr’, ‘text’.
Return value
This tag displays content only, it does not have a return value.