Functions |
Description |
---|---|
bbp_get_redirect_to() |
Return the unescaped redirect_to request value |
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_get_reply() |
Gets a reply |
bbp_get_reply_admin_links() |
Return admin links for reply |
bbp_get_reply_ancestor_id() |
Return the reply’s ancestor reply id |
bbp_get_reply_archive_slug() |
Return the reply archive slug |
bbp_get_reply_author() |
Deprecated. Use bbp_get_reply_author_display_name() instead. |
bbp_get_reply_author_avatar() |
Return the author avatar of the reply |
bbp_get_reply_author_display_name() |
Return the author display_name of the reply |
bbp_get_reply_author_email() |
Return the reply author email address |
bbp_get_reply_author_id() |
Return the author ID of the reply |
bbp_get_reply_author_link() |
Return the author link of the reply |
bbp_get_reply_author_role() |
Return the reply author role |
bbp_get_reply_author_url() |
Return the author url of the reply |
bbp_get_reply_caps() |
Return reply capabilities |
bbp_get_reply_class() |
Return the row class of a reply |
bbp_get_reply_content() |
Return the content of the reply |
bbp_get_reply_edit_link() |
Return the edit link of the reply |
bbp_get_reply_edit_template() |
Get the reply edit template |
bbp_get_reply_edit_url() |
Return URL to the reply edit page |
bbp_get_reply_excerpt() |
Return the excerpt of the reply |
bbp_get_reply_forum_id() |
Return the forum id a reply belongs to |
bbp_get_reply_id() |
Return the id of the reply in a replies loop |
bbp_get_reply_move_link() |
Get move reply link |
bbp_get_reply_move_template() |
Get the reply move template |
bbp_get_reply_permalink() |
Return the link to the reply |
bbp_get_reply_position() |
Return the numeric position of a reply within a topic |
bbp_get_reply_position_raw() |
Get the position of a reply by querying the DB directly for the replies of a given topic. |
bbp_get_reply_post_date() |
Return the post date and time of a reply |
bbp_get_reply_post_type() |
Return the unique id of the custom post type for replies |
bbp_get_reply_post_type_labels() |
Return array of labels used by the reply post type |
bbp_get_reply_post_type_rewrite() |
Return array of reply post type rewrite settings |
bbp_get_reply_post_type_supports() |
Return array of features the reply post type supports |
bbp_get_reply_raw_revision_log() |
Return the raw revision log of the reply |
bbp_get_reply_revision_count() |
Return the revision count of the reply |
bbp_get_reply_revision_log() |
Return the formatted revision log of the reply |
bbp_get_reply_revisions() |
Return the revisions of the reply |
bbp_get_reply_slug() |
Return the single reply slug (used mostly for editing) |
bbp_get_reply_spam_link() |
Return the spam link of the reply |
bbp_get_reply_status() |
Return the status of the reply |
bbp_get_reply_title() |
Return the title of the reply |
bbp_get_reply_title_fallback() |
Get empty reply title fallback. |
bbp_get_reply_to() |
Return the reply to id of a reply |
bbp_get_reply_to_link() |
Return the link for a reply to a reply |
bbp_get_reply_topic_id() |
Return the topic id a reply belongs to |
bbp_get_reply_topic_title() |
Return the topic title a reply belongs to |
bbp_get_reply_trash_link() |
Return the trash link of the reply |
bbp_get_reply_url() |
Return the paginated url to the reply in the reply loop |
bbp_get_request() |
The main action used for handling theme-side GET requests |