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:: Component: bbp-core (181)

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 

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_id

apply_filters( 'bbp_user_id', 'bbp_user' )

Continue reading →

Component: bbp-core  | File: /bbpress.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_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_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_archive_slug

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

Continue reading →

Component: bbp-core  | File: /bbpress.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_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_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_post_type

apply_filters( 'bbp_reply_post_type',  'reply'     )

Continue reading →

Component: bbp-core  | File: /bbpress.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_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_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_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_topic_archive

apply_filters( 'bbp_is_topic_archive', $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-template.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

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

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-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

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_hidden_post_status

apply_filters( 'bbp_hidden_post_status',  'hidden'  )

Continue reading →

Component: bbp-core  | File: /bbpress.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_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_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_caps

apply_filters( 'bbp_get_topic_tag_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.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_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_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_caps

apply_filters( 'bbp_get_topic_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.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_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_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_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_caps

apply_filters( 'bbp_get_reply_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.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_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_forum_caps

apply_filters( 'bbp_get_forum_caps', $caps )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-caps.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_default_options

apply_filters( 'bbp_get_default_options', $options )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.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_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_allowed_tags

apply_filters( 'bbp_get_allowed_tags', allowed_tags() )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-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_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_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_convert_date

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

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-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_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 

login_form

do_action( 'login_form', 'resetpass' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-widgets.php, /bbp-themes/bbp-twentyten/bbpress/form-user-login.php, /bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php 

bbp_uninstall

do_action( 'bbp_uninstall' )

Continue reading →

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

bbp_template_before_topic_tag_edit

do_action( 'bbp_template_before_topic_tag_edit' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/taxonomy-topic-tag-edit.php 

bbp_template_before_topic_tag

do_action( 'bbp_template_before_topic_tag' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/taxonomy-topic-tag.php 

bbp_template_before_topics_index

do_action( 'bbp_template_before_topics_index' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-archive-topic.php 

bbp_template_before_single_topic

do_action( 'bbp_template_before_single_topic' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-single-topic.php 

bbp_template_before_single_forum

do_action( 'bbp_template_before_single_forum' )

Continue reading →

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

bbp_template_before_forums_index

do_action( 'bbp_template_before_forums_index' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-archive-forum.php 

bbp_template_after_topic_tag_edit

do_action( 'bbp_template_after_topic_tag_edit' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/taxonomy-topic-tag-edit.php 

bbp_template_after_topic_tag

do_action( 'bbp_template_after_topic_tag' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/taxonomy-topic-tag.php 

bbp_template_after_topics_index

do_action( 'bbp_template_after_topics_index' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-archive-topic.php 

bbp_template_after_single_topic

do_action( 'bbp_template_after_single_topic' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-single-topic.php 

bbp_template_after_single_forum

do_action( 'bbp_template_after_single_forum' )

Continue reading →

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

bbp_template_after_forums_index

do_action( 'bbp_template_after_forums_index' )

Continue reading →

Component: bbp-core, bbp-themes  | File: /bbp-includes/bbp-core-shortcodes.php, /bbp-themes/bbp-twentyten/bbpress/content-archive-forum.php 

bbp_setup_option_filters

do_action( 'bbp_setup_option_filters' )

Continue reading →

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

bbp_setup_globals

do_action( 'bbp_setup_globals' )

Continue reading →

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

bbp_remove_roles

do_action( 'bbp_remove_roles' )

Continue reading →

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

bbp_remove_caps

do_action( 'bbp_remove_caps' )

Continue reading →

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

bbp_register_theme_directory

do_action( 'bbp_register_theme_directory' )

Continue reading →

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

bbp_register_shortcodes

do_action( 'bbp_register_shortcodes' )

Continue reading →

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

bbp_ready

do_action( 'bbp_ready' )

Continue reading →

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

bbp_pre_notify_subscribers

do_action( 'bbp_pre_notify_subscribers', $reply_id, $topic_id, $user_ids )

Continue reading →

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

bbp_post_notify_subscribers

do_action( 'bbp_post_notify_subscribers', $reply_id, $topic_id, $user_ids )

Continue reading →

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

bbp_new_site

do_action( 'bbp_new_site' )

Continue reading →

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

bbp_load_textdomain

do_action( 'bbp_load_textdomain' )

Continue reading →

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

bbp_includes

do_action( 'bbp_includes' )

Continue reading →

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

bbp_loaded

do_action( 'bbp_loaded' )

Continue reading →

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

bbp_head

do_action( 'bbp_head' )

Continue reading →

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

bbp_footer

do_action( 'bbp_footer' )

Continue reading →

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

bbp_delete_options

do_action( 'bbp_delete_options' )

Continue reading →

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

bbp_deactivation

do_action( 'bbp_deactivation' )

Continue reading →

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

bbp_constants

do_action( 'bbp_constants' )

Continue reading →

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

bbp_check_for_duplicate_trigger

do_action( 'bbp_check_for_duplicate_trigger', $post_data )

Continue reading →

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

bbp_boot_strap_globals

do_action( 'bbp_boot_strap_globals' )

Continue reading →

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

bbp_akismet_submit_ . $request_type . _post

do_action( 'bbp_akismet_submit_' . $request_type . '_post', $post_id, $post_data['bbp_akismet_result'] )

Continue reading →

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

bbp_akismet_spam_caught

do_action( 'bbp_akismet_spam_caught' )

Continue reading →

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

bbp_add_roles

do_action( 'bbp_add_roles' )

Continue reading →

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

bbp_add_options

do_action( 'bbp_add_options' )

Continue reading →

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

bbp_add_caps

do_action( 'bbp_add_caps' )

Continue reading →

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

bbp_activation

do_action( 'bbp_activation' )

Continue reading →

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

bbp_ . $this->name . _register_post_types

do_action( 'bbp_' . $this->name . '_register_post_types' )

Continue reading →

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

bbp_ . $this->name . _register_taxonomies

do_action( 'bbp_' . $this->name . '_register_taxonomies' )

Continue reading →

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

bbp_ . $this->name . _generate_rewrite_rules

do_action( 'bbp_' . $this->name . '_generate_rewrite_rules' )

Continue reading →

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

bbp_ . $this->name . _add_rewrite_tags

do_action( 'bbp_' . $this->name . '_add_rewrite_tags' )

Continue reading →

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

bbp_ . $this->name . setup_actions

do_action( 'bbp_' . $this->name . 'setup_actions' )

Continue reading →

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

bbp_ . $this->name . includes

do_action( 'bbp_' . $this->name . 'includes' )

Continue reading →

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