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-functions-php (34)

buddypress_locale

apply_filters( 'buddypress_locale', get_locale() )

Continue reading →

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

bp_use_wp_admin_bar

apply_filters( 'bp_use_wp_admin_bar', defined( 'BP_USE_WP_ADMIN_BAR' ) && BP_USE_WP_ADMIN_BAR )

Continue reading →

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

bp_use_oembed_in_activity

apply_filters( 'bp_use_oembed_in_activity', !defined( 'BP_EMBED_DISABLE_ACTIVITY' ) || !BP_EMBED_DISABLE_ACTIVITY )

Continue reading →

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

bp_use_embed_in_private_messages

apply_filters( 'bp_use_embed_in_private_messages', !defined( 'BP_EMBED_DISABLE_PRIVATE_MESSAGES' ) || !BP_EMBED_DISABLE_PRIVATE_MESSAGES )

Continue reading →

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

bp_use_embed_in_forum_posts

apply_filters( 'bp_use_embed_in_forum_posts', !defined( 'BP_EMBED_DISABLE_FORUM_POSTS' ) || !BP_EMBED_DISABLE_FORUM_POSTS )

Continue reading →

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

bp_use_embed_in_activity_replies

apply_filters( 'bp_use_embed_in_activity_replies', !defined( 'BP_EMBED_DISABLE_ACTIVITY_REPLIES' ) || !BP_EMBED_DISABLE_ACTIVITY_REPLIES )

Continue reading →

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

bp_update_is_item_mod

apply_filters( 'bp_update_is_item_mod', $is_item_mod, $component )

Continue reading →

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

bp_update_is_item_admin

apply_filters( 'bp_update_is_item_admin', $is_item_admin, $component )

Continue reading →

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

bp_update_is_directory

apply_filters( 'bp_update_is_directory', $is_directory, $component )

Continue reading →

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

bp_is_username_compatibility_mode

apply_filters( 'bp_is_username_compatibility_mode', defined( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE' ) && BP_ENABLE_USERNAME_COMPATIBILITY_MODE )

Continue reading →

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

bp_is_root_blog

apply_filters( 'bp_is_root_blog', (bool) $is_root_blog )

Continue reading →

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

bp_is_multiblog_mode

apply_filters( 'bp_is_multiblog_mode', is_multisite() && defined( 'BP_ENABLE_MULTIBLOG' ) && BP_ENABLE_MULTIBLOG )

Continue reading →

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

bp_get_user_meta_key

apply_filters( 'bp_get_user_meta_key', $key )

Continue reading →

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

bp_get_root_blog_id

apply_filters( 'bp_get_root_blog_id', (int) $root_blog_id )

Continue reading →

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

bp_get_option

apply_filters( 'bp_get_option', $value )

Continue reading →

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

bp_core_time_since_right_now_text

apply_filters( 'bp_core_time_since_right_now_text', __( 'right now', 'buddypress' ) )

Continue reading →

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

bp_core_time_since_unknown_text

apply_filters( 'bp_core_time_since_unknown_text',   __( 'sometime',  'buddypress' ) )

Continue reading →

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

bp_core_time_since_ago_text

apply_filters( 'bp_core_time_since_ago_text',       __( '%s ago',    'buddypress' ) )

Continue reading →

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

bp_core_search_site

apply_filters( 'bp_core_search_site', home_url( $slug . $query_string . urlencode( $search_terms ) ), $search_terms ) )

Continue reading →

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

bp_core_number_format

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

Continue reading →

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

bp_core_get_table_prefix

apply_filters( 'bp_core_get_table_prefix', $wpdb->base_prefix )

Continue reading →

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

bp_core_get_site_path

apply_filters( 'bp_core_get_site_path', $site_path )

Continue reading →

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

bp_core_get_root_options

apply_filters( 'bp_core_get_root_options', $root_blog_options_meta )

Continue reading →

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

bp_core_get_root_domain

apply_filters( 'bp_core_get_root_domain', $domain )

Continue reading →

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

bp_core_get_last_activity

apply_filters( 'bp_core_get_last_activity', $last_active, $last_activity_date, $string )

Continue reading →

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

bp_core_get_directory_page_ids

apply_filters( 'bp_core_get_directory_page_ids', $page_ids )

Continue reading →

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

bp_core_get_directory_pages

apply_filters( 'bp_core_get_directory_pages', $pages )

Continue reading →

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

bp_core_current_time

apply_filters( 'bp_core_current_time', $current_time )

Continue reading →

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

bp_core_do_network_admin

apply_filters( 'bp_core_do_network_admin', $do_network_admin )

Continue reading →

Component: bp-core  | File: /bp-core/admin/bp-core-update.php, /bp-core/bp-core-functions.php 

bp_core_component_slug_from_root_slug

apply_filters( 'bp_core_component_slug_from_root_slug', $slug, $root_slug )

Continue reading →

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

bp_core_admin_hook

apply_filters( 'bp_core_admin_hook', $hook )

Continue reading →

Component: bp-core  | File: /bp-core/admin/bp-core-update.php, /bp-core/bp-core-functions.php 

wp_ajax_ . $_REQUEST[action]

do_action( 'wp_ajax_' . $_REQUEST['action'] )

Continue reading →

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

bp_do_404

do_action( 'bp_do_404', $redirect )

Continue reading →

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

bp_core_render_message

do_action( 'bp_core_render_message' )

Continue reading →

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