Functions |
Description |
---|---|
bbp_is_topic_anonymous() |
Is the posted by an anonymous user? |
bbp_is_topic_archive() |
Check if we are viewing a topic archive. |
bbp_is_topic_closed() |
Is the topic closed to new replies? |
bbp_is_topic_edit() |
Check if current page is a topic edit page |
bbp_is_topic_merge() |
Check if current page is a topic merge page |
bbp_is_topic_open() |
Is the topic open to new replies? |
bbp_is_topic_published() |
Is the topic not spam or deleted? |
bbp_is_topic_spam() |
Is the topic marked as spam? |
bbp_is_topic_split() |
Check if current page is a topic split page |
bbp_is_topic_sticky() |
Is the topic a sticky or super sticky? |
bbp_is_topic_super_sticky() |
Is the topic a super sticky? |
bbp_is_topic_tag() |
Check if the current page is a topic tag |
bbp_is_topic_tag_edit() |
Check if the current page is editing a topic tag |
bbp_is_topic_trash() |
Is the topic trashed? |
bbp_is_topics_created() |
Check if current page shows the topics created by a Forums user (profile page) |
bbp_is_update() |
Compare the Forums version to the DB version to determine if updating |
bbp_is_user_active() |
Checks if user is active |
bbp_is_user_deleted() |
Checks if the user has been marked as deleted. |
bbp_is_user_favorite() |
Check if a topic is in user’s favorites or not |
bbp_is_user_home() |
Check if current page is the currently logged in users author page |
bbp_is_user_home_edit() |
Check if current page is the currently logged in users author edit page |
bbp_is_user_inactive() |
Checks if user is not active. |
bbp_is_user_keymaster() |
Checks if user is a keymaster |
bbp_is_user_spammer() |
Checks if the user has been marked as a spammer. |
bbp_is_user_subscribed() |
Check if a topic or forum is in user’s subscription list or not |
bbp_is_user_subscribed_to_forum() |
Check if a forum is in user’s subscription list or not |
bbp_is_user_subscribed_to_topic() |
Check if a topic is in user’s subscription list or not |
bbp_is_valid_role() |
Check if a role ID is valid |
bbp_kses_allowed_tags() |
Custom allowed tags for forum topics and replies |
bbp_kses_data() |
Custom kses filter for forum topics and replies, for raw data |
bbp_list_forums() |
Output a list of forums (can be used to list subforums) |
bbp_list_replies() |
List replies |
bbp_load_theme_functions() |
Attempt to load a custom Forums functions file, similar to each themes functions.php file. |
bbp_loaded() |
Main action responsible for constants, globals, and includes |
bbp_locate_template() |
Retrieve the name of the highest priority template file that exists. |
bbp_logged_in_redirect() |
Redirect a user back to their profile if they are already logged in. |
bbp_login_form_login() |
Add the Forums-specific login forum action |
bbp_login_notices() |
Handle the login and registration template notices |
bbp_logout_link() |
Output the logout link |
bbp_make_clickable() |
Convert plaintext URI to HTML links. |
bbp_make_current_user_keymaster() |
Hooked to the ‘bbp_activate’ action, this helper function automatically makes the current user a Key Master in the forums if they just activated Forums, regardless of the bbp_allow_global_access() setting. |
bbp_make_emails_clickable() |
Make emails clickable in content areas |
bbp_make_ftps_clickable() |
Make FTP clickable in content areas |
bbp_make_ham_user() |
Mark a users topics and replies as spam when the user is marked as spam |
bbp_make_mentions_clickable() |
Make mentions clickable in content areas |
bbp_make_mentions_clickable_callback() |
Callback to convert mention matchs to HTML A tag. |
bbp_make_spam_user() |
Mark a users topics and replies as spam when the user is marked as spam |
bbp_make_urls_clickable() |
Make URLs clickable in content areas |
bbp_map_caps_to_wp_roles() |
Map forum capabilities to WP roles |
bbp_map_forum_meta_caps() |
Maps forum capabilities |