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: BuddyPress:: File: bp-corebp-core-template-php (40)

bp_word_or_name

apply_filters( 'bp_word_or_name', $youtext )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_user_has_access

apply_filters( 'bp_user_has_access', $has_access )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_site_name

apply_filters( 'bp_site_name', get_bloginfo( 'name', 'display' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_search_form_type_select_options

apply_filters( 'bp_search_form_type_select_options', $options )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_search_form_type_select

apply_filters( 'bp_search_form_type_select', $selection_box )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_search_form_action

apply_filters( 'bp_search_form_action', bp_get_root_domain() . '/' . bp_get_search_slug() )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_registration_needs_activation

apply_filters( 'bp_registration_needs_activation', true )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_post_author_avatar

apply_filters( 'bp_post_author_avatar', bp_core_fetch_avatar( array( 'item_id' => $post->post_author, 'type' => 'thumb' ) ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_is_my_profile

apply_filters( 'bp_is_my_profile', $my_profile )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_is_current_component

apply_filters( 'bp_is_current_component', $is_current_component, $component )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_is_component_front_page

apply_filters( 'bp_is_component_front_page', ( $bp->pages->{$component}->id == get_option( 'page_on_front' ) ), $component )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_is_action_variable

apply_filters( 'bp_is_action_variable', $is_action_variable, $action_variable, $position )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_is_blog_page

apply_filters( 'bp_is_blog_page', $is_blog_page )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_total_member_count

apply_filters( 'bp_get_total_member_count', bp_core_get_total_member_count() )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_the_body_class

apply_filters( 'bp_get_the_body_class', $classes, $bp_classes, $wp_classes, $custom_classes )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_search_default_text

apply_filters( 'bp_get_search_default_text', $default_text, $component )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_search_slug

apply_filters( 'bp_get_search_slug', BP_SEARCH_SLUG )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_root_slug

apply_filters( 'bp_get_root_slug', $root_slug, $component )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_root_domain

apply_filters( 'bp_get_root_domain', $domain )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_options_title

apply_filters( 'bp_get_options_title', esc_attr( $bp->bp_options_title ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_options_avatar

apply_filters( 'bp_get_options_avatar', $bp->bp_options_avatar )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_options_nav_ . $subnav_item[css_id]

apply_filters( 'bp_get_options_nav_' . $subnav_item['css_id'], '<li id="' . $subnav_item['css_id'] . '-' . $list_type . '-li" ' . $selected . '><a id="' . $subnav_item['css_id'] . '" href="' . $subnav_item['link'] . '">' . $subnav_item['name']

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_button

apply_filters( 'bp_get_button', $button->contents, $args, $button )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_avatar_to_crop_src

apply_filters( 'bp_get_avatar_to_crop_src', str_replace( WP_CONTENT_DIR, '', $bp->avatar_admin->image->dir ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_avatar_to_crop

apply_filters( 'bp_get_avatar_to_crop', $url )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_get_avatar_admin_step

apply_filters( 'bp_get_avatar_admin_step', $step )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_format_time

apply_filters( 'bp_format_time', $date )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_excerpt_length

apply_filters( 'bp_excerpt_length', $length )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_excerpt_append_text

apply_filters( 'bp_excerpt_append_text', $ending )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_current_item

apply_filters( 'bp_current_item', $current_item )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_current_action

apply_filters( 'bp_current_action', $current_action )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_current_component

apply_filters( 'bp_current_component', $current_component )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_create_excerpt

apply_filters( 'bp_create_excerpt', $truncate, $original_text, $length, $options )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_comment_author_avatar

apply_filters( 'bp_comment_author_avatar', bp_core_fetch_avatar( array( 'item_id' => $comment->user_id, 'type' => 'thumb' ) ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_ajax_querystring

apply_filters( 'bp_ajax_querystring', $bp->ajax_querystring, $object )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_action_variable

apply_filters( 'bp_action_variable', $action_variable, $position )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_action_variables

apply_filters( 'bp_action_variables', $action_variables )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_styles

do_action( 'bp_styles' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_custom_profile_sidebar_boxes

do_action( 'bp_custom_profile_sidebar_boxes' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 

bp_custom_profile_boxes

do_action( 'bp_custom_profile_boxes' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.php 
Proudly powered by WordPress