etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: bbPress:: Hook: apply_filters (386)

Call the functions added to a filter hook: http://codex.wordpress.org/Function_Reference/apply_filters

wp_title_rss

apply_filters( 'wp_title_rss', get_wp_title_rss( ' » ' ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

user_.$name._label

apply_filters( 'user_'.$name.'_label', $desc )

Continue reading →

Component: bbp-themes  | File: /bbp-themes/bbp-twentyten/bbpress/form-user-edit.php 

twentyten_author_bio_avatar_size

apply_filters( 'twentyten_author_bio_avatar_size', 60 ) )

Continue reading →

Component: bbp-themes  | File: /bbp-themes/bbp-twentyten/bbpress/user-details.php 

the_title

apply_filters( 'the_title', $forum->post_title, $forum->ID ) ) ) . '">' . $link_before . apply_filters( 'the_title', $forum->post_title, $forum->ID )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-classes.php 

the_content

apply_filters( 'the_content', get_post_field( 'post_content', $page->ID ) ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

is_bbpress

apply_filters( 'is_bbpress', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

enable_edit_any_user_configuration

apply_filters( 'enable_edit_any_user_configuration', true ) ) || !current_user_can( 'edit_user', $user->ID ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

editable_slug

apply_filters( 'editable_slug', bbp_get_topic_tag_slug() ) )

Continue reading →

Component: bbp-admin, bbp-themes  | File: /bbp-admin/bbp-settings.php, /bbp-themes/bbp-twentyten/bbpress/form-topic-tag.php 

bp_core_is_user_spammer

apply_filters( 'bp_core_is_user_spammer', (bool) $is_spammer )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

comment_cookie_lifetime

apply_filters( 'comment_cookie_lifetime', 30000000 )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bp_core_is_user_deleted

apply_filters( 'bp_core_is_user_deleted', (bool) $is_deleted )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_walker_dropdown_post_title

apply_filters( 'bbp_walker_dropdown_post_title', $post->post_title, $output, $post, $depth, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-classes.php 

bbp_wp_login_action

apply_filters( 'bbp_wp_login_action', $login_url, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_view_widget_title

apply_filters( 'bbp_view_widget_title', $instance['title'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_view_slug

apply_filters( 'bbp_view_slug', $prefix . get_option( '_bbp_view_slug', 'view' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_view_id

apply_filters( 'bbp_view_id', 'bbp_view' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_user_slug

apply_filters( 'bbp_user_slug', $prefix . get_option( '_bbp_user_slug', 'user' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_user_register_redirect_to

apply_filters( 'bbp_user_register_redirect_to', '' )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_user_lost_pass_redirect_to

apply_filters( 'bbp_user_lost_pass_redirect_to', get_permalink() )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_user_id

apply_filters( 'bbp_user_id', 'bbp_user' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_user_login_redirect_to

apply_filters( 'bbp_user_login_redirect_to', '' )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_user_can_view_forum

apply_filters( 'bbp_user_can_view_forum', $retval, $forum_id, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_update_topic_voice_count

apply_filters( 'bbp_update_topic_voice_count', (int) $voices, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_reply_count_hidden

apply_filters( 'bbp_update_topic_reply_count_hidden', (int) $reply_count, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_topic_id

apply_filters( 'bbp_update_topic_topic_id', (int) $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_reply_count

apply_filters( 'bbp_update_topic_reply_count', (int) $reply_count, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_reply_id

apply_filters( 'bbp_update_topic_last_reply_id', (int) $reply_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_active_id

apply_filters( 'bbp_update_topic_last_active_id', (int) $active_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_active_time

apply_filters( 'bbp_update_topic_last_active_time', $new_time, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_id

apply_filters( 'bbp_update_topic_id', $topic_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_update_topic_forum_id

apply_filters( 'bbp_update_topic_forum_id', (int) $forum_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_anonymous_reply_count

apply_filters( 'bbp_update_topic_anonymous_reply_count', (int) $anonymous_replies, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_reply_topic_id

apply_filters( 'bbp_update_reply_topic_id', (int) $topic_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_update_reply_revision_log

apply_filters( 'bbp_update_reply_revision_log', $revision_log, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_update_reply_id

apply_filters( 'bbp_update_reply_id', $reply_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_update_reply_forum_id

apply_filters( 'bbp_update_reply_forum_id', (int) $forum_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_update_forum_topic_count_hidden

apply_filters( 'bbp_update_forum_topic_count_hidden', (int) $topic_count, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_topic_count

apply_filters( 'bbp_update_forum_topic_count', (int) $total_topics, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_subforum_count

apply_filters( 'bbp_update_forum_subforum_count', (int) $subforums, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_reply_count

apply_filters( 'bbp_update_forum_reply_count', $total_replies, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_last_topic_id

apply_filters( 'bbp_update_forum_last_topic_id', $topic_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_last_reply_id

apply_filters( 'bbp_update_forum_last_reply_id', $reply_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_last_active_id

apply_filters( 'bbp_update_forum_last_active_id', (int) $active_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_last_active

apply_filters( 'bbp_update_forum_last_active', $new_time, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_update_forum_id

apply_filters( 'bbp_update_forum_id', $forum_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_trash_post_status

apply_filters( 'bbp_trash_post_status',   'trash'   )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_widget_title

apply_filters( 'bbp_topic_widget_title', $instance['title'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_topic_tag_tax_id

apply_filters( 'bbp_topic_tag_tax_id', 'topic-tag' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_tag_slug

apply_filters( 'bbp_topic_tag_slug', $prefix . get_option( '_bbp_topic_tag_slug', 'topic-tag'   ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_slug

apply_filters( 'bbp_topic_slug', $prefix . get_option( '_bbp_topic_slug', 'topic' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_post_type

apply_filters( 'bbp_topic_post_type',  'topic'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_notices

apply_filters( 'bbp_topic_notices', $notice_text, $topic_status, bbp_get_topic_id() ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_topic_archive_slug

apply_filters( 'bbp_topic_archive_slug', get_option( '_bbp_topic_archive_slug', 'topics' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_append_revisions

apply_filters( 'bbp_topic_append_revisions', $content . bbp_get_topic_revision_log( $topic_id ), $content, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_toggle_topic_notice_admin

apply_filters( 'bbp_toggle_topic_notice_admin', $message, $topic->ID, $notice, $is_failure )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-topics.php 

bbp_toggle_reply_notice_admin

apply_filters( 'bbp_toggle_reply_notice_admin', $message, $reply->ID, $notice, $is_failure )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-replies.php 

bbp_template_include_theme_supports

apply_filters( 'bbp_template_include_theme_supports', $template )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_title

apply_filters( 'bbp_title', $title, $sep, $seplocation )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_template_include_theme_compat

apply_filters( 'bbp_template_include_theme_compat', $template )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_template_include

apply_filters( 'bbp_template_include', $template )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-hooks.php 

bbp_suppress_private_forum_meta

apply_filters( 'bbp_suppress_private_forum_meta', $retval )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_suppress_private_author_link

apply_filters( 'bbp_suppress_private_author_link', $retval )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_subscription_mail_title

apply_filters( 'bbp_subscription_mail_title', '[' . get_option( 'blogname' ) . '] ' . bbp_get_topic_title( $topic_id ), $reply_id, $topic_id, $user_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_subscription_mail_message

apply_filters( 'bbp_subscription_mail_message', sprintf( $message, $reply_author_name, strip_tags( bbp_get_reply_content( $reply_id ) ), bbp_get_reply_url( $reply_id ) ), $reply_id, $topic_id, $user_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_spill_the_beans

apply_filters( 'bbp_spill_the_beans', '__return_true' )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_slug_conflict

apply_filters( 'bbp_slug_conflict', $core_slugs )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-settings.php 

bbp_spam_post_status

apply_filters( 'bbp_spam_post_status',    'spam'    )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_show_lead_topic

apply_filters( 'bbp_show_lead_topic', (bool) $show_lead )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_root_slug

apply_filters( 'bbp_root_slug',          get_option( '_bbp_root_slug',          'forums' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_reply_slug

apply_filters( 'bbp_reply_slug', $prefix . get_option( '_bbp_reply_slug', 'reply' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_reply_parent_dropdown

apply_filters( 'bbp_reply_parent_dropdown', $args )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-metaboxes.php 

bbp_reply_post_type

apply_filters( 'bbp_reply_post_type',  'reply'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_reply_class

apply_filters( 'bbp_reply_class', $post )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_reply_append_revisions

apply_filters( 'bbp_reply_append_revisions', $content . bbp_get_reply_revision_log( $reply_id ), $content, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_replies_widget_title

apply_filters( 'bbp_replies_widget_title', $instance['title'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_replace_the_content

apply_filters( 'bbp_replace_the_content', $new_content, $content )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_redirect_to_field

apply_filters( 'bbp_redirect_to_field', $redirect_field, $redirect_to )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_redirect_login

apply_filters( 'bbp_redirect_login', $url, $raw_url, $user )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_recount_list

apply_filters( 'bbp_recount_list', $recount_list )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-functions.php 

bbp_record_activity

apply_filters( 'bbp_record_activity', $activity )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_raw_title

apply_filters( 'bbp_raw_title', $title, $sep, $seplocation )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_public_post_status

apply_filters( 'bbp_public_post_status',  'publish' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_private_post_status

apply_filters( 'bbp_private_post_status', 'private' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_pre_get_user_profile_url

apply_filters( 'bbp_pre_get_user_profile_url', (int) $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_pre_anonymous_post_author_website

apply_filters( 'bbp_pre_anonymous_post_author_website', $bbp_anonymous_website )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_anonymous_post_author_name

apply_filters( 'bbp_pre_anonymous_post_author_name',  $bbp_anonymous_name  ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_anonymous_post_author_email

apply_filters( 'bbp_pre_anonymous_post_author_email', $bbp_anonymous_email ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_past_edit_lock

apply_filters( 'bbp_past_edit_lock', (bool) $retval, $cur_time, $lock_time, $post_date_gmt )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_orphan_post_status

apply_filters( 'bbp_orphan_post_status',  'orphan'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_number_format

apply_filters( 'bbp_number_format', number_format( $number, $decimals ), $number, $decimals )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_no_breadcrumb

apply_filters( 'bbp_no_breadcrumb', is_front_page() ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_new_topic_redirect_to

apply_filters( 'bbp_new_topic_redirect_to', $redirect_url, $redirect_to )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_title

apply_filters( 'bbp_new_topic_pre_title', $topic_title )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_insert

apply_filters( 'bbp_new_topic_pre_insert', $topic_data )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_reply_redirect_to

apply_filters( 'bbp_new_reply_redirect_to', $reply_url, $redirect_to )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_new_topic_pre_content

apply_filters( 'bbp_new_topic_pre_content', $topic_content )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_reply_pre_title

apply_filters( 'bbp_new_reply_pre_title', $reply_title )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_new_reply_pre_set_terms

apply_filters( 'bbp_new_reply_pre_set_terms', $terms, $topic_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_new_reply_pre_content

apply_filters( 'bbp_new_reply_pre_content', $reply_content )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_new_reply_pre_insert

apply_filters( 'bbp_new_reply_pre_insert', $reply_data )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_map_meta_caps

apply_filters( 'bbp_map_meta_caps', $caps, $cap, $user_id, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_logout_url

apply_filters( 'bbp_logout_url', $url, $redirect_to )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_login_widget_title

apply_filters( 'bbp_login_widget_title',    $instance['title']    )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_login_widget_register

apply_filters( 'bbp_login_widget_register', $instance['register'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_login_widget_lostpass

apply_filters( 'bbp_login_widget_lostpass', $instance['lostpass'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_is_user_subscribed

apply_filters( 'bbp_is_user_subscribed', (bool) in_array( $topic_id, $subscriptions ), $user_id, $topic_id, $subscriptions )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_is_topic_archive

apply_filters( 'bbp_is_topic_archive', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_user_favorite

apply_filters( 'bbp_is_user_favorite', (bool) in_array( $topic_id, $favorites ), $user_id, $topic_id, $favorites )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_is_topics_created

apply_filters( 'bbp_is_topics_created', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_topic

apply_filters( 'bbp_is_topic', $retval, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_subscriptions_active

apply_filters( 'bbp_is_subscriptions_active', (bool) get_option( '_bbp_enable_subscriptions', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_is_subscriptions

apply_filters( 'bbp_is_subscriptions', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_single_topic

apply_filters( 'bbp_is_single_topic', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_site_public

apply_filters( 'bbp_is_site_public', $public, $site_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_single_reply

apply_filters( 'bbp_is_single_reply', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_single_forum

apply_filters( 'bbp_is_single_forum', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_reply_trash

apply_filters( 'bbp_is_reply_trash', bbp_get_trash_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_spam

apply_filters( 'bbp_is_reply_spam', bbp_get_spam_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_published

apply_filters( 'bbp_is_reply_published', bbp_get_public_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_anonymous

apply_filters( 'bbp_is_reply_anonymous', $retval )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply

apply_filters( 'bbp_is_reply', $retval, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_forum_public

apply_filters( 'bbp_is_forum_public', (bool) $retval, $forum_id, $check_ancestors )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_is_forum_private

apply_filters( 'bbp_is_forum_private', (bool) $retval, $forum_id, $check_ancestors )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_is_forum_hidden

apply_filters( 'bbp_is_forum_hidden', (bool) $retval, $forum_id, $check_ancestors )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_is_forum_closed

apply_filters( 'bbp_is_forum_closed', (bool) $retval, $forum_id, $check_ancestors )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_is_forum_archive

apply_filters( 'bbp_is_forum_archive', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_forum_category

apply_filters( 'bbp_is_forum_category', (bool) $retval, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_is_forum

apply_filters( 'bbp_is_forum', $retval, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_favorites_active

apply_filters( 'bbp_is_favorites_active', (bool) get_option( '_bbp_enable_favorites', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_is_favorites

apply_filters( 'bbp_is_favorites', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_is_anonymous

apply_filters( 'bbp_is_anonymous', $is_anonymous )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_include_all_forums

apply_filters( 'bbp_include_all_forums', $posts_query ) )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_importer_path

apply_filters( 'bbp_importer_path', $this->admin_dir . 'importers', $importer )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-admin.php 

bbp_importers

apply_filters( 'bbp_importers', array( 'bbpress' ) )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-admin.php 

bbp_hidden_post_status

apply_filters( 'bbp_hidden_post_status',  'hidden'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_has_topics_query

apply_filters( 'bbp_has_topics_query', $bbp_t )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_has_topics

apply_filters( 'bbp_has_topics', $bbp->topic_query->have_posts(), $bbp->topic_query )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_has_replies_query

apply_filters( 'bbp_has_replies_query', $bbp_r )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_has_forums_query

apply_filters( 'bbp_has_forums_query', $bbp_f )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_has_replies

apply_filters( 'bbp_has_replies', $bbp->reply_query->have_posts(), $bbp->reply_query )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_has_forums

apply_filters( 'bbp_has_forums', $bbp->forum_query->have_posts(), $bbp->forum_query )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_has_errors

apply_filters( 'bbp_has_errors', $has_errors, $bbp->errors )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_global_access_mapped_meta_caps

apply_filters( 'bbp_global_access_mapped_meta_caps', $mapped_meta_caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_view_link

apply_filters( 'bbp_get_view_link', $url, $view )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_view_all

apply_filters( 'bbp_get_view_all', (bool) $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_user_subscriptions

apply_filters( 'bbp_get_user_subscriptions', $query, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_user_subscribe_link

apply_filters( 'bbp_get_user_subscribe_link', $html, $args, $user_id, $topic_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_user_subscribed_topic_ids

apply_filters( 'bbp_get_user_subscribed_topic_ids', $subscriptions, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_user_profile_url

apply_filters( 'bbp_get_user_profile_url', $url, $user_id, $user_nicename )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_user_profile_link

apply_filters( 'bbp_get_user_profile_link', $user_link, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_user_id

apply_filters( 'bbp_get_user_id', (int) $bbp_user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_user_favorites_link

apply_filters( 'bbp_get_user_favorites_link', $html, $add, $rem, $user_id, $topic_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_user_favorites_topic_ids

apply_filters( 'bbp_get_user_favorites_topic_ids', $favorites, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_user_favorites

apply_filters( 'bbp_get_user_favorites', $topics_query, $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_user_edit_profile_url

apply_filters( 'bbp_get_user_edit_profile_url', $url, $user_id, $user_nicename )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_total_users

apply_filters( 'bbp_get_total_users', (int) $bbp_total_users )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_topic_voice_count

apply_filters( 'bbp_get_topic_voice_count', (int) $voices, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_trash_link

apply_filters( 'bbp_get_topic_trash_link', $link_before . $actions . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_title

apply_filters( 'bbp_get_topic_title', get_the_title( $topic_id ), $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_template

apply_filters( 'bbp_get_topic_tag_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_topic_tag_tax_id

apply_filters( 'bbp_get_topic_tag_tax_id', $bbp->topic_tag_tax_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_name

apply_filters( 'bbp_get_topic_tag_name', $retval )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_slug

apply_filters( 'bbp_get_topic_tag_slug', $retval )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_link

apply_filters( 'bbp_get_topic_tag_link', $retval )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_id

apply_filters( 'bbp_get_topic_tag_id', (int) $retval )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_edit_template

apply_filters( 'bbp_get_topic_tag_edit_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_topic_tag_edit_link

apply_filters( 'bbp_get_topic_tag_edit_link', $retval )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_tag_description

apply_filters( 'bbp_get_topic_tag_description', $retval, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_subscribers

apply_filters( 'bbp_get_topic_subscribers', $users )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_topic_tag_caps

apply_filters( 'bbp_get_topic_tag_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_topic_stick_link

apply_filters( 'bbp_get_topic_stick_link', $link_before . $stick_display . $super_display . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_status

apply_filters( 'bbp_get_topic_status', get_post_status( $topic_id ), $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_split_template

apply_filters( 'bbp_get_topic_split_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_topic_split_link

apply_filters( 'bbp_get_topic_split_link', $link_before . '<a href="' . $uri . '" title="' . esc_attr( $split_title ) . '">' . $split_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_topic_spam_link

apply_filters( 'bbp_get_topic_spam_link', $link_before . '<a href="' . $uri . '">' . $display . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_revision_log

apply_filters( 'bbp_get_topic_revision_log', $r, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_revisions

apply_filters( 'bbp_get_topic_revisions', $revisions, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_reply_count_hidden

apply_filters( 'bbp_get_topic_reply_count_hidden', (int) $replies, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_reply_count

apply_filters( 'bbp_get_topic_reply_count', (int) $replies, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_replies_link

apply_filters( 'bbp_get_topic_replies_link', $retval, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_raw_revision_log

apply_filters( 'bbp_get_topic_raw_revision_log', $revision_log, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_post_type

apply_filters( 'bbp_get_topic_post_type', $bbp->topic_post_type )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_post_count

apply_filters( 'bbp_get_topic_post_count', (int) $replies + 1, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_permalink

apply_filters( 'bbp_get_topic_permalink', $topic_permalink, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_pagination_links

apply_filters( 'bbp_get_topic_pagination_links', $bbp->reply_query->pagination_links )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_topic_pagination_count

apply_filters( 'bbp_get_topic_pagination_count', $retstr )

Continue reading →

Component: bbp-reply, bbp-topic  | File: /bbp-includes/bbp-reply-template.php, /bbp-includes/bbp-topic-template.php 

bbp_get_topic_pagination

apply_filters( 'bbp_get_topic_pagination', $pagination_links, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_merge_template

apply_filters( 'bbp_get_topic_merge_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_topic_merge_link

apply_filters( 'bbp_get_topic_merge_link', $link_before . '<a href="' . $uri . '">' . $merge_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_topic_title

apply_filters( 'bbp_get_topic_last_topic_title', bbp_get_reply_title( bbp_get_topic_last_reply_id( $topic_id ) ), $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_reply_url

apply_filters( 'bbp_get_topic_last_reply_url', $reply_url )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_reply_permalink

apply_filters( 'bbp_get_topic_last_reply_permalink', bbp_get_reply_permalink( bbp_get_topic_last_reply_id( $topic_id ) ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_active_id

apply_filters( 'bbp_get_topic_last_active_id', (int) $active_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_reply_id

apply_filters( 'bbp_get_topic_last_reply_id', (int) $reply_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_last_active

apply_filters( 'bbp_get_topic_last_active', $last_active, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_id

apply_filters( 'bbp_get_topic_id', (int) $bbp_topic_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_freshness_link

apply_filters( 'bbp_get_topic_freshness_link', $anchor, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_forum_id

apply_filters( 'bbp_get_topic_forum_id', (int) $forum_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_forum

apply_filters( 'bbp_get_topic_forum', bbp_get_forum_title( $forum_id ), $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_excerpt

apply_filters( 'bbp_get_topic_excerpt', $excerpt, $topic_id, $length )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_favoriters

apply_filters( 'bbp_get_topic_favoriters', $users, $topic_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_get_topic_edit_url

apply_filters( 'bbp_get_topic_edit_url', $url, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_edit_template

apply_filters( 'bbp_get_topic_edit_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_topic_edit_link

apply_filters( 'bbp_get_topic_edit_link', $link_before . '<a href="' . $uri . '">' . $edit_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_content

apply_filters( 'bbp_get_topic_content', $content, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_close_link

apply_filters( 'bbp_get_topic_close_link', $link_before . '<a href="' . $uri . '">' . $display . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_class

apply_filters( 'bbp_get_topic_class', $post, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_caps

apply_filters( 'bbp_get_topic_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_topic_author_link

apply_filters( 'bbp_get_topic_author_link', $author_link, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_author_url

apply_filters( 'bbp_get_topic_author_url', $author_url, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_author_id

apply_filters( 'bbp_get_topic_author_id', (int) $author_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_author_email

apply_filters( 'bbp_get_topic_author_email', $author_email, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_author

apply_filters( 'bbp_get_topic_author', $author, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_author_avatar

apply_filters( 'bbp_get_topic_author_avatar', $author_avatar, $topic_id, $size )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_archive_title

apply_filters( 'bbp_get_topic_archive_title', $title )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic_admin_links

apply_filters( 'bbp_get_topic_admin_links', $r['before'] . $links . $r['after'], $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_topic

apply_filters( 'bbp_get_topic', $topic, $output, $filter )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_title_max_length

apply_filters( 'bbp_get_title_max_length', (int) get_option( '_bbp_title_max_length', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_get_time_since

apply_filters( 'bbp_get_time_since', human_time_diff( $time, current_time( 'timestamp' ) ), $time )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_theme_compat_version

apply_filters( 'bbp_get_theme_compat_version', $bbp->theme_compat->theme->version )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_the_body_class

apply_filters( 'bbp_get_the_body_class', $classes, $bbp_classes, $wp_classes, $custom_classes )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_theme_compat_url

apply_filters( 'bbp_get_theme_compat_url', $bbp->theme_compat->theme->url )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_theme_compat_templates

apply_filters( 'bbp_get_theme_compat_templates', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_theme_compat_name

apply_filters( 'bbp_get_theme_compat_name', $bbp->theme_compat->theme->name )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_theme_compat_dir

apply_filters( 'bbp_get_theme_compat_dir', $bbp->theme_compat->theme->dir )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_tab_index

apply_filters( 'bbp_get_tab_index', (int) $bbp->tab_index )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_super_stickies

apply_filters( 'bbp_get_super_stickies', $stickies )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_get_stickies

apply_filters( 'bbp_get_stickies', $stickies, (int) $forum_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_get_subscriptions_permalink

apply_filters( 'bbp_get_subscriptions_permalink', bbp_get_user_profile_url( $user_id ), $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_statistics

apply_filters( 'bbp_get_statistics', $statistics, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_single_view_template

apply_filters( 'bbp_get_single_view_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_single_topic_description

apply_filters( 'bbp_get_single_topic_description', $retstr, $args )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_single_forum_description

apply_filters( 'bbp_get_single_forum_description', $retstr, $args )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_sanitize_val

apply_filters( 'bbp_get_sanitize_val', $retval, $request, $input_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_reply_url

apply_filters( 'bbp_get_reply_url', $url, $reply_id, $redirect_to )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_trash_link

apply_filters( 'bbp_get_reply_trash_link', $link_before . $actions . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_topic_title

apply_filters( 'bbp_get_reply_topic_title', bbp_get_topic_title( $topic_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_topic_id

apply_filters( 'bbp_get_reply_topic_id', (int) $topic_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_title

apply_filters( 'bbp_get_reply_title', get_the_title( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_spam_link

apply_filters( 'bbp_get_reply_spam_link', $link_before . '<a href="' . $uri . '">' . $display . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_status

apply_filters( 'bbp_get_reply_status', get_post_status( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_revision_log

apply_filters( 'bbp_get_reply_revision_log', $r, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_revisions

apply_filters( 'bbp_get_reply_revisions', $revisions, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_raw_revision_log

apply_filters( 'bbp_get_reply_raw_revision_log', $revision_log, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_post_type

apply_filters( 'bbp_get_reply_post_type', $bbp->reply_post_type )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_position

apply_filters( 'bbp_get_reply_position', (int) $reply_position, $reply_id, $topic_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_id

apply_filters( 'bbp_get_reply_id', (int) $bbp_reply_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_permalink

apply_filters( 'bbp_get_reply_permalink', get_permalink( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_forum_id

apply_filters( 'bbp_get_reply_forum_id', (int) $forum_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_edit_url

apply_filters( 'bbp_get_reply_edit_url', $url, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_excerpt

apply_filters( 'bbp_get_reply_excerpt', $excerpt, $reply_id, $length )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_edit_template

apply_filters( 'bbp_get_reply_edit_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_reply_edit_link

apply_filters( 'bbp_get_reply_edit_link', $link_before . '<a href="' . $uri . '">' . $edit_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_content

apply_filters( 'bbp_get_reply_content', $content, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_caps

apply_filters( 'bbp_get_reply_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_reply_author_url

apply_filters( 'bbp_get_reply_author_url', $author_url, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_link

apply_filters( 'bbp_get_reply_author_link', $author_link, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_id

apply_filters( 'bbp_get_reply_author_id', (int) $author_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_email

apply_filters( 'bbp_get_reply_author_email', $author_email, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_display_name

apply_filters( 'bbp_get_reply_author_display_name', esc_attr( $author_name ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_avatar

apply_filters( 'bbp_get_reply_author_avatar', $author_avatar, $reply_id, $size )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author

apply_filters( 'bbp_get_reply_author', $author, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply

apply_filters( 'bbp_get_reply', $reply, $output, $filter )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_admin_links

apply_filters( 'bbp_get_reply_admin_links', $r['before'] . $links . $r['after'], $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_public_child_last_id

apply_filters( 'bbp_get_public_child_last_id', (int) $child_id, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_public_child_ids

apply_filters( 'bbp_get_public_child_ids', $child_ids, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_public_child_count

apply_filters( 'bbp_get_public_child_count', (int) $child_count, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_profile_template

apply_filters( 'bbp_get_profile_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_profile_edit_template

apply_filters( 'bbp_get_profile_edit_template', $templates )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_private_forum_ids

apply_filters( 'bbp_get_private_forum_ids', (array) $forum_ids )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_get_participant_role

apply_filters( 'bbp_get_participant_role', $role )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_page_by_path

apply_filters( 'bbp_get_page_by_path', $retval, $path )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-compatibility.php 

bbp_get_moderator_role

apply_filters( 'bbp_get_moderator_role', $role )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_logout_link

apply_filters( 'bbp_get_logout_link', '<a href="' . wp_logout_url( $redirect_to ) . '" class="button logout-link">' . __( 'Log Out', 'bbpress' ) . '</a>', $redirect_to )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_hidden_forum_ids

apply_filters( 'bbp_get_hidden_forum_ids', (array) $forum_ids )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_get_forum_visibility

apply_filters( 'bbp_get_forum_visibility', get_post_status( $forum_id ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_topic_count

apply_filters( 'bbp_get_forum_topic_count', (int) $topics, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_topic_count_hidden

apply_filters( 'bbp_get_forum_topic_count_hidden', (int) $topics, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_topics_link

apply_filters( 'bbp_get_forum_topics_link', $retval, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_topics_feed_link

apply_filters( 'bbp_get_forum_topics_feed_link', $link, $url, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_title

apply_filters( 'bbp_get_forum_title', get_the_title( $forum_id ) )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_subforum_ids

apply_filters( 'bbp_get_forum_subforum_ids', $subforum_ids, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_get_forum_subforum_count

apply_filters( 'bbp_get_forum_subforum_count', (int) $forum_count, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_status

apply_filters( 'bbp_get_forum_status', get_post_meta( $forum_id, '_bbp_status', true ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_reply_count

apply_filters( 'bbp_get_forum_reply_count', (int) $replies, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_replies_feed_link

apply_filters( 'bbp_get_forum_replies_feed_link', $link, $url, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_post_type

apply_filters( 'bbp_get_forum_post_type', $bbp->forum_post_type )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_post_count

apply_filters( 'bbp_get_forum_post_count', (int) $replies + (int) $topics, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_permalink

apply_filters( 'bbp_get_forum_permalink', get_permalink( $forum_id ) )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_parent

apply_filters( 'bbp_get_forum_parent', (int) $parent_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_pagination_links

apply_filters( 'bbp_get_forum_pagination_links', $bbp->topic_query->pagination_links )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_forum_last_topic_title

apply_filters( 'bbp_get_forum_last_topic_title', bbp_get_topic_title( bbp_get_forum_last_topic_id( $forum_id ) ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_topic_permalink

apply_filters( 'bbp_get_forum_last_topic_permalink', bbp_get_topic_permalink( bbp_get_forum_last_topic_id( $forum_id ) ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_topic_id

apply_filters( 'bbp_get_forum_last_topic_id', (int) $topic_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_topic_author_link

apply_filters( 'bbp_get_forum_last_topic_author_link', $author_link, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_topic_author_id

apply_filters( 'bbp_get_forum_last_topic_author_id', (int) $author_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_title

apply_filters( 'bbp_get_forum_last_reply_title', bbp_get_reply_title( bbp_get_forum_last_reply_id( $forum_id ) ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_url

apply_filters( 'bbp_get_forum_last_reply_url', $reply_url, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_permalink

apply_filters( 'bbp_get_forum_last_reply_permalink', bbp_get_reply_permalink( bbp_get_forum_last_reply_id( $forum_id ) ), $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_id

apply_filters( 'bbp_get_forum_last_reply_id', (int) $reply_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php, /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_author_link

apply_filters( 'bbp_get_forum_last_reply_author_link', $author_link, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_reply_author_id

apply_filters( 'bbp_get_forum_last_reply_author_id', $author_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_active_id

apply_filters( 'bbp_get_forum_last_active_id', (int) $active_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_last_active

apply_filters( 'bbp_get_forum_last_active', $last_active, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_id

apply_filters( 'bbp_get_forum_id', (int) $bbp_forum_id, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_freshness_link

apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_content

apply_filters( 'bbp_get_forum_content', $content, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_class

apply_filters( 'bbp_get_forum_class', $post )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum_caps

apply_filters( 'bbp_get_forum_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_forum_archive_title

apply_filters( 'bbp_get_forum_archive_title', $title )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forums_for_current_user

apply_filters( 'bbp_get_forums_for_current_user', $forums )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_forum_ancestors

apply_filters( 'bbp_get_forum_ancestors', $ancestors, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_forum

apply_filters( 'bbp_get_forum', $forum, $output, $filter )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_get_form_topic_title

apply_filters( 'bbp_get_form_topic_title', esc_attr( $topic_title ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_tags

apply_filters( 'bbp_get_form_topic_tags', esc_attr( $topic_tags ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_subscribed

apply_filters( 'bbp_get_form_topic_subscribed', $checked, $topic_subscribed )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_forum

apply_filters( 'bbp_get_form_topic_forum', esc_attr( $topic_forum ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_log_edit

apply_filters( 'bbp_get_form_topic_log_edit', checked( $topic_revision, true, false ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_edit_reason

apply_filters( 'bbp_get_form_topic_edit_reason', esc_attr( $topic_edit_reason ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_topic_content

apply_filters( 'bbp_get_form_topic_content', esc_textarea( $topic_content ) )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-template.php 

bbp_get_form_reply_log_edit

apply_filters( 'bbp_get_form_reply_log_edit', checked( $reply_revision, true, false ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_form_reply_edit_reason

apply_filters( 'bbp_get_form_reply_edit_reason', esc_attr( $reply_edit_reason ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_form_reply_content

apply_filters( 'bbp_get_form_reply_content', esc_textarea( $reply_content ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_favorites_permalink

apply_filters( 'bbp_get_favorites_permalink', bbp_get_user_profile_url( $user_id ), $user_id )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_form_option

apply_filters( 'bbp_get_form_option', $value, $option )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-settings.php 

bbp_get_dropdown

apply_filters( 'bbp_get_dropdown', $retval, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_displayed_user_id

apply_filters( 'bbp_get_displayed_user_id', bbp_get_user_id( 0, true, false ) )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_default_options

apply_filters( 'bbp_get_default_options', $options )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_get_current_user_name

apply_filters( 'bbp_get_current_user_name', $current_user_name )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_current_user_id

apply_filters( 'bbp_get_current_user_id', bbp_get_user_id( 0, false, true ) )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_current_user_avatar

apply_filters( 'bbp_get_current_user_avatar', get_avatar( $user, $size ), $size )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_caps_for_role

apply_filters( 'bbp_get_caps_for_role', $caps, $role )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.php 

bbp_get_breadcrumb_pre

apply_filters( 'bbp_get_breadcrumb_pre', wp_parse_args( $args, $defaults ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_breadcrumb

apply_filters( 'bbp_get_breadcrumb', $trail, $breadcrumbs, $r )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_author_link

apply_filters( 'bbp_get_author_link', $author_link, $args )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_all_child_ids

apply_filters( 'bbp_get_all_child_ids', $child_ids, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_author_ip

apply_filters( 'bbp_get_author_ip', $author_ip, $args )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_get_allowed_tags

apply_filters( 'bbp_get_allowed_tags', allowed_tags() )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_get_admin_link

apply_filters( 'bbp_get_admin_link', $before . '<a href="' . $uri . '">' . $text . '</a>' . $after, $args )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_genesis_force_full_content_width

apply_filters( 'bbp_genesis_force_full_content_width', $bbp_genesis_width )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-genesis.php 

bbp_forum_widget_title

apply_filters( 'bbp_forum_widget_title', $instance['title'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-widgets.php 

bbp_forum_slug

apply_filters( 'bbp_forum_slug', $prefix . get_option( '_bbp_forum_slug', 'forum' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_forum_query_topic_ids

apply_filters( 'bbp_forum_query_topic_ids', $topic_ids, $forum_id )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_forum_get_sub_forums

apply_filters( 'bbp_forum_get_sub_forums', (array) $sub_forums, $args )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-template.php 

bbp_forum_post_type

apply_filters( 'bbp_forum_post_type',  'forum'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_forum_css_class

apply_filters( 'bbp_forum_css_class', $css_class, $forum ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-classes.php 

bbp_filter_anonymous_post_data

apply_filters( 'bbp_filter_anonymous_post_data', $retval, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_exclude_forum_ids

apply_filters( 'bbp_exclude_forum_ids', $retval, $forum_ids, $type )

Continue reading →

Component: bbp-forum  | File: /bbp-includes/bbp-forum-functions.php 

bbp_edit_user_contact_methods

apply_filters( 'bbp_edit_user_contact_methods', $contact_methods )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_edit_topic_redirect_to

apply_filters( 'bbp_edit_topic_redirect_to', $topic_url, $view_all, $redirect_to )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_title

apply_filters( 'bbp_edit_topic_pre_title', $topic_title, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_insert

apply_filters( 'bbp_edit_topic_pre_insert', $topic_data )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_content

apply_filters( 'bbp_edit_topic_pre_content', $topic_content, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_reply_redirect_to

apply_filters( 'bbp_edit_reply_redirect_to', $reply_url, $redirect_to )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_edit_reply_pre_title

apply_filters( 'bbp_edit_reply_pre_title', $reply_title, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_edit_reply_pre_set_terms

apply_filters( 'bbp_edit_reply_pre_set_terms', $terms, $topic_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_edit_reply_pre_insert

apply_filters( 'bbp_edit_reply_pre_insert', $reply_data )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_edit_reply_pre_content

apply_filters( 'bbp_edit_reply_pre_content', $reply_content, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-functions.php 

bbp_edit_id

apply_filters( 'bbp_edit_id', 'edit'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_delete_activity

apply_filters( 'bbp_delete_activity', $activity )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_default_tab_index

apply_filters( 'bbp_default_tab_index', 100 )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_current_user_can_publish_topics

apply_filters( 'bbp_current_user_can_publish_topics', (bool) $retval )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_current_user_can_publish_replies

apply_filters( 'bbp_current_user_can_publish_replies', (bool) $retval )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_current_user_can_access_create_topic_form

apply_filters( 'bbp_current_user_can_access_create_topic_form', (bool) $retval )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-template.php 

bbp_current_author_ua

apply_filters( 'bbp_current_author_ua', $retval )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_convert_date

apply_filters( 'bbp_convert_date', $time, $d, $translate )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_current_author_ip

apply_filters( 'bbp_current_author_ip', $retval )

Continue reading →

Component: bbp-user  | File: /bbp-includes/bbp-user-functions.php 

bbp_closed_post_status

apply_filters( 'bbp_closed_post_status',  'closed'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_check_for_duplicate_query

apply_filters( 'bbp_check_for_duplicate_query', $dupe, $post_data )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_breadcrumb_separator

apply_filters( 'bbp_breadcrumb_separator', $sep )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_breadcrumbs

apply_filters( 'bbp_breadcrumbs', array_reverse( $breadcrumbs ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.php 

bbp_allow_global_access

apply_filters( 'bbp_allow_global_access', (bool) get_option( '_bbp_allow_global_access', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allow_revisions

apply_filters( 'bbp_allow_revisions', (bool) get_option( '_bbp_allow_revisions', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allow_anonymous

apply_filters( 'bbp_allow_anonymous', (bool) get_option( '_bbp_allow_anonymous', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allowed_themes

apply_filters( 'bbp_allowed_themes', $themes )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-hooks.php 

bbp_admin_replies_column_headers

apply_filters( 'bbp_admin_replies_column_headers', $columns )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-replies.php 

bbp_admin_topics_column_headers

apply_filters( 'bbp_admin_topics_column_headers', $columns )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-topics.php 

bbp_admin_forums_column_headers

apply_filters( 'bbp_admin_forums_column_headers', $columns )

Continue reading →

Component: bbp-admin  | File: /bbp-admin/bbp-forums.php 

bbp_activity_topic_create_excerpt

apply_filters( 'bbp_activity_topic_create_excerpt',        bp_create_excerpt( $topic_content ),     $topic_content )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_add_view_all

apply_filters( 'bbp_add_view_all', $link, $original_link )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_activity_topic_create

apply_filters( 'bbp_activity_topic_create',                $activity_text, $user_id,   $topic_id,   $forum_id      )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_activity_reply_create_excerpt

apply_filters( 'bbp_activity_reply_create_excerpt', bp_create_excerpt( $reply_content ),     $reply_content )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_activity_reply_create

apply_filters( 'bbp_activity_reply_create',         $activity_text, $user_id,   $reply_id,   $topic_id      )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-extend-buddypress.php 

bbp_ . $this->name . _slug

apply_filters( 'bbp_' . $this->name . '_slug', $args['slug'] )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-classes.php 

bbp_ . $this->name . _id

apply_filters( 'bbp_' . $this->name . '_id',   $args['id']   )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-classes.php 

bbpress_locale

apply_filters( 'bbpress_locale', get_locale() )

Continue reading →

Component: bbp-core  | File: /bbpress.php 
Proudly powered by WordPress