File: bp-forums/common/formatting.php |
Description |
---|---|
bbp_code_trick() |
Filter the topic or reply content and output code and pre tags |
bbp_code_trick_reverse() |
When editing a topic or reply, reverse the code trick so the textarea contains the correct editable content. |
bbp_encode_bad() |
Filter the content and encode any bad HTML tags |
bbp_encode_callback() |
Callback to encode the tags in topic or reply content |
bbp_decode_callback() |
Callback to decode the tags in topic or reply content |
bbp_encode_empty_callback() |
Callback to replace empty HTML tags in a content string |
bbp_encode_normal_callback() |
Callback to replace normal HTML tags in a content string |
bbp_kses_data() |
Custom kses filter for forum topics and replies, for raw data |
bbp_kses_allowed_tags() |
Custom allowed tags for forum topics and replies |
bbp_filter_kses() |
Custom kses filter for forum topics and replies, for filtering incoming data |