Namespaces: global
Description
bbp_forums_url()

Ouput the forum URL

Source: bp-forums/common/template.php:25

bbp_get_forums_url()

Return the forum URL

Source: bp-forums/common/template.php:37

bbp_topics_url()

Ouput the forum URL

Source: bp-forums/common/template.php:49

bbp_get_topics_url()

Return the forum URL

Source: bp-forums/common/template.php:62

bbp_encode_normal_callback()

Callback to replace normal HTML tags in a content string

Source: bp-forums/common/formatting.php:312

bbp_kses_data()

Custom kses filter for forum topics and replies, for raw data

Source: bp-forums/common/formatting.php:127

bbp_code_trick()

Filter the topic or reply content and output code and pre tags

Source: bp-forums/common/formatting.php:141

bbp_code_trick_reverse()

When editing a topic or reply, reverse the code trick so the textarea contains the correct editable content.

Source: bp-forums/common/formatting.php:162

bbp_encode_bad()

Filter the content and encode any bad HTML tags

Source: bp-forums/common/formatting.php:186

bbp_encode_callback()

Callback to encode the tags in topic or reply content

Source: bp-forums/common/formatting.php:229