Functions
Description
bbp_get_redirect_to()

Return the unescaped redirect_to request value

Source: bp-forums/common/functions.php:243

bbp_get_replies_per_page()

Return the replies per page setting

Source: bp-forums/replies/functions.php:1913

bbp_get_replies_per_rss_page()

Return the replies per RSS page setting

Source: bp-forums/replies/functions.php:1937

bbp_get_reply()

Gets a reply

Source: bp-forums/replies/template.php:403

bbp_get_reply_admin_links()

Return admin links for reply

Source: bp-forums/replies/template.php:1873

bbp_get_reply_ancestor_id()

Return the reply’s ancestor reply id

Source: bp-forums/replies/template.php:1586

bbp_get_reply_archive_slug()

Return the reply archive slug

Source: bp-forums/core/options.php:518

bbp_get_reply_author()

Deprecated. Use bbp_get_reply_author_display_name() instead.

Source: bp-forums/replies/template.php:1034

bbp_get_reply_author_avatar()

Return the author avatar of the reply

Source: bp-forums/replies/template.php:1167

bbp_get_reply_author_display_name()

Return the author display_name of the reply

Source: bp-forums/replies/template.php:1103

bbp_get_reply_author_email()

Return the reply author email address

Source: bp-forums/replies/template.php:1380

bbp_get_reply_author_id()

Return the author ID of the reply

Source: bp-forums/replies/template.php:1069

bbp_get_reply_author_link()

Return the author link of the reply

Source: bp-forums/replies/template.php:1213

bbp_get_reply_author_role()

Return the reply author role

Source: bp-forums/replies/template.php:1430

bbp_get_reply_author_url()

Return the author url of the reply

Source: bp-forums/replies/template.php:1337

bbp_get_reply_caps()

Return reply capabilities

Source: bp-forums/replies/capabilities.php:19

bbp_get_reply_class()

Return the row class of a reply

Source: bp-forums/replies/template.php:2427

bbp_get_reply_content()

Return the content of the reply

Source: bp-forums/replies/template.php:619

bbp_get_reply_edit_link()

Return the edit link of the reply

Source: bp-forums/replies/template.php:1973

bbp_get_reply_edit_template()

Get the reply edit template

Source: bp-forums/core/template-loader.php:446

bbp_get_reply_edit_url()

Return URL to the reply edit page

Source: bp-forums/replies/template.php:2036

bbp_get_reply_excerpt()

Return the excerpt of the reply

Source: bp-forums/replies/template.php:659

bbp_get_reply_forum_id()

Return the forum id a reply belongs to

Source: bp-forums/replies/template.php:1548

bbp_get_reply_id()

Return the id of the reply in a replies loop

Source: bp-forums/replies/template.php:356

bbp_get_reply_move_link()

Get move reply link

Source: bp-forums/replies/template.php:2291

bbp_get_reply_move_template()

Get the reply move template

Source: bp-forums/core/template-loader.php:462

bbp_get_reply_permalink()

Return the link to the reply

Source: bp-forums/replies/template.php:456

bbp_get_reply_position()

Return the numeric position of a reply within a topic

Source: bp-forums/replies/template.php:1799

bbp_get_reply_position_raw()

Get the position of a reply by querying the DB directly for the replies of a given topic.

Source: bp-forums/replies/functions.php:2302

bbp_get_reply_post_date()

Return the post date and time of a reply

Source: bp-forums/replies/template.php:711

bbp_get_reply_post_type()

Return the unique id of the custom post type for replies

Source: bp-forums/replies/template.php:33

bbp_get_reply_post_type_labels()

Return array of labels used by the reply post type

Source: bp-forums/replies/template.php:44

bbp_get_reply_post_type_rewrite()

Return array of reply post type rewrite settings

Source: bp-forums/replies/template.php:74

bbp_get_reply_post_type_supports()

Return array of features the reply post type supports

Source: bp-forums/replies/template.php:91

bbp_get_reply_raw_revision_log()

Return the raw revision log of the reply

Source: bp-forums/replies/template.php:856

bbp_get_reply_revision_count()

Return the revision count of the reply

Source: bp-forums/replies/template.php:895

bbp_get_reply_revision_log()

Return the formatted revision log of the reply

Source: bp-forums/replies/template.php:784

bbp_get_reply_revisions()

Return the revisions of the reply

Source: bp-forums/replies/template.php:876

bbp_get_reply_slug()

Return the single reply slug (used mostly for editing)

Source: bp-forums/core/options.php:548

bbp_get_reply_spam_link()

Return the spam link of the reply

Source: bp-forums/replies/template.php:2217

bbp_get_reply_status()

Return the status of the reply

Source: bp-forums/replies/template.php:924

bbp_get_reply_title()

Return the title of the reply

Source: bp-forums/replies/template.php:561

bbp_get_reply_title_fallback()

Get empty reply title fallback.

Source: bp-forums/replies/template.php:578

bbp_get_reply_to()

Return the reply to id of a reply

Source: bp-forums/replies/template.php:1629

bbp_get_reply_to_link()

Return the link for a reply to a reply

Source: bp-forums/replies/template.php:1670

bbp_get_reply_topic_id()

Return the topic id a reply belongs to

Source: bp-forums/replies/template.php:1506

bbp_get_reply_topic_title()

Return the topic title a reply belongs to

Source: bp-forums/replies/template.php:1475

bbp_get_reply_trash_link()

Return the trash link of the reply

Source: bp-forums/replies/template.php:2108

bbp_get_reply_url()

Return the paginated url to the reply in the reply loop

Source: bp-forums/replies/template.php:492

bbp_get_request()

The main action used for handling theme-side GET requests

Source: bp-forums/core/sub-actions.php:383