Functions |
Description |
---|---|
bbp_is_ajax() |
Is this a Forums AJAX request? |
bbp_is_akismet_active() |
Checks if Akismet is enabled |
bbp_is_anonymous() |
Is an anonymous topic/reply being made? |
bbp_is_custom_post_type() |
Check if the current post type is one of Forums’ |
bbp_is_deactivation() |
Determine if Forums is being deactivated |
bbp_is_edit() |
Check if current page is an edit page |
bbp_is_favorites() |
Check if current page is a Forums user’s favorites page (profile page) |
bbp_is_favorites_active() |
Checks if favorites feature is enabled. |
bbp_is_forum() |
Check if current page is a Forums forum |
bbp_is_forum_archive() |
Check if we are viewing a forum archive. |
bbp_is_forum_category() |
Is the forum a category? |
bbp_is_forum_closed() |
Is the forum closed? |
bbp_is_forum_edit() |
Check if current page is a forum edit page |
bbp_is_forum_group_forum() |
Return true if a forum is a group forum |
bbp_is_forum_hidden() |
Is the forum hidden? |
bbp_is_forum_open() |
Is the forum open? |
bbp_is_forum_private() |
Is the forum private? |
bbp_is_forum_public() |
Is the forum public? |
bbp_is_get_request() |
Return true|false if this is a GET request |
bbp_is_group_forums_active() |
Checks if BuddyBoss Group Forums are enabled |
bbp_is_install() |
If there is no raw DB version, this is the first installation |
bbp_is_post_request() |
Return true|false if this is a POST request |
bbp_is_query_name() |
Check the passed parameter against the current _bbp_query_name |
bbp_is_replies_created() |
Check if current page shows the topics created by a Forums user (profile page) |
bbp_is_reply() |
Check if current page is a Forums reply |
bbp_is_reply_anonymous() |
Is the reply by an anonymous user? |
bbp_is_reply_edit() |
Check if current page is a reply edit page |
bbp_is_reply_move() |
Check if current page is a reply move page |
bbp_is_reply_published() |
Is the reply not spam or deleted? |
bbp_is_reply_spam() |
Is the reply marked as spam? |
bbp_is_reply_trash() |
Is the reply trashed? |
bbp_is_search() |
Check if current page is a search page |
bbp_is_search_results() |
Check if current page is a search results page |
bbp_is_shortcode() |
Check if current page is a bbPress shortcode |
bbp_is_single_forum() |
Viewing a single forum |
bbp_is_single_reply() |
Viewing a single reply |
bbp_is_single_topic() |
Viewing a single topic |
bbp_is_single_user() |
Check if current page is a user profile page |
bbp_is_single_user_edit() |
Check if current page is a user profile edit page |
bbp_is_single_user_profile() |
Check if current page is a user profile page |
bbp_is_single_user_replies() |
Check if current page is a user replies created page |
bbp_is_single_user_topics() |
Check if current page is a user topics created page |
bbp_is_single_view() |
Check if current page is a view page |
bbp_is_site_public() |
Check if current site is public |
bbp_is_subscriptions() |
Check if current page is a Forums user’s subscriptions page (profile page) |
bbp_is_subscriptions_active() |
Checks if subscription feature is enabled. |
bbp_is_template_included() |
Is a Forums template being included? |
bbp_is_theme_compat_active() |
Gets true/false if page is currently inside theme compatibility |
bbp_is_theme_compat_original_template() |
Set the theme compat original_template global |
bbp_is_topic() |
Check if current page is a Forums topic |