File: bp-forums/replies/functions.php |
Description |
---|---|
bbp_validate_reply_to() |
Validate a `reply_to` field for hierarchical replies |
bbp_adjust_forum_role_labels() |
Change forum role labels to conform to BuddyBoss Platform naming conventions |
bbp_list_replies() |
List replies |
bbp_get_replies_per_page() |
Return the replies per page setting |
bbp_get_replies_per_rss_page() |
Return the replies per RSS page setting |
bbp_reply_content_autoembed() |
Check if autoembeds are enabled and hook them in if so |
bbp_reply_content_autoembed_paragraph() |
Add oembed to forum reply. |
_bbp_has_replies_where() |
Used by bbp_has_replies() to add the lead topic post to the posts loop |
bbp_display_replies_feed_rss2() |
Output an RSS2 feed of replies, based on the query passed. |
wp_title_rss |
Proceed |