Functions |
Description |
---|---|
bbp_update_reply_position() |
Update the position of the reply. |
bbp_update_reply_revision_log() |
Update the revision log of the reply |
bbp_update_reply_to() |
Update the reply’s meta data with its reply to id |
bbp_update_reply_topic_id() |
Update the reply with its topic id it is in |
bbp_update_reply_walker() |
Walk up the ancestor tree from the current reply, and update all the counts |
bbp_update_topic() |
Handle all the extra meta stuff from posting a new topic |
bbp_update_topic_anonymous_reply_count() |
Adjust the total anonymous reply count of a topic |
bbp_update_topic_forum_id() |
Update the topic’s forum id |
bbp_update_topic_id() |
Update a posts topic meta ID |
bbp_update_topic_last_active_id() |
Update the topic with the last active post ID |
bbp_update_topic_last_active_time() |
Update the topics last active date/time (aka freshness) |
bbp_update_topic_last_reply_id() |
Update the topic with the most recent reply ID |
bbp_update_topic_reply_count() |
Adjust the total reply count of a topic |
bbp_update_topic_reply_count_hidden() |
Adjust the total hidden reply count of a topic (hidden includes trashed and spammed replies) |
bbp_update_topic_revision_log() |
Update the revision log of the topic |
bbp_update_topic_topic_id() |
Update the topic’s topic id |
bbp_update_topic_voice_count() |
Adjust the total voice count of a topic |
bbp_update_topic_walker() |
Walks up the post_parent tree from the current topic_id, and updates the counts of forums above it. This calls a few internal functions that all run manual queries against the database to get their results. As such, this function can be costly to run but is necessary to keep everything accurate. |
bbp_update_user_last_posted() |
Update a users last posted time, for use with post throttling |
bbp_use_autoembed() |
Use WordPress’s oEmbed API |
bbp_use_wp_editor() |
Use the WordPress editor if available |
bbp_user_can_view_forum() |
Check if the user can access a specific forum |
bbp_user_display_role() |
Output a user’s main role for display |
bbp_user_favorites_link() |
Output the link to make a topic favorite/remove a topic from favorites |
bbp_user_has_profile() |
Does a user have a profile for the current site |
bbp_user_id() |
Output a validated user id |
bbp_user_last_posted() |
Output the raw value of the last posted time. |
bbp_user_login_fields() |
Output the required hidden fields when logging in |
bbp_user_lost_pass_fields() |
Output the required hidden fields when user lost password |
bbp_user_maybe_convert_pass() |
Convert passwords from previous platfrom encryption to WordPress encryption. |
bbp_user_nicename() |
Output a users nicename to the screen |
bbp_user_post_count() |
Output a users total post count |
bbp_user_profile_edit_link() |
Output link to the profile edit page of a user |
bbp_user_profile_edit_url() |
Output URL to the profile edit page of a user |
bbp_user_profile_link() |
Output link to the profile page of a user |
bbp_user_profile_url() |
Output URL to the profile page of a user |
bbp_user_register() |
The main action for hooking into a user being registered |
bbp_user_register_fields() |
Output the required hidden fields when registering |
bbp_user_replies_created_url() |
Output the link to the user’s replies |
bbp_user_reply_count() |
Output a users reply count |
bbp_user_subscribe_link() |
Output the link to subscribe/unsubscribe from a topic |
bbp_user_topic_count() |
Output a users topic count |
bbp_user_topics_created_url() |
Output the link to the user’s topics |
bbp_validate_reply_to() |
Validate a `reply_to` field for hierarchical replies |
bbp_verify_nonce_request() |
Makes sure the user requested an action from another page on this site. |
bbp_version() |
Output the Forums version |
bbp_version_bump() |
Update the DB to the latest version |
bbp_version_updater() |
Forums’ version updater looks at what the current database version is, and runs whatever other code is needed. |
bbp_view_id() |
Output the view id |
bbp_view_query() |
Run the view’s query |