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:: Hook: apply_filters (792)

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

bp_members_signup_error_message

apply_filters('bp_members_signup_error_message', "<div class="error">' . $error_message . '</div>" );' ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

xprofile_template_edit_profile

apply_filters( 'xprofile_template_edit_profile', 'members/single/home' ) )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-screens.php 

xprofile_template_display_profile

apply_filters( 'xprofile_template_display_profile', 'members/single/home' ) )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-screens.php 

xprofile_template_change_avatar

apply_filters( 'xprofile_template_change_avatar', 'members/single/home' ) )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-screens.php 

xprofile_register_activity_action

apply_filters( 'xprofile_register_activity_action', bp_activity_set_action( $bp->profile->id, $key, $value ), $key, $value )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-activity.php 

xprofile_group_fields

apply_filters( 'xprofile_group_fields', $this->group->fields, $this->group->id )

Continue reading →

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

xprofile_group_name_before_save

apply_filters( 'xprofile_group_name_before_save',        $this->name,        $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_group_description_before_save

apply_filters( 'xprofile_group_description_before_save', $this->description, $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_get_random_profile_data

apply_filters( 'xprofile_get_random_profile_data', $field_data )

Continue reading →

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

xprofile_filter_profile_group_tabs

apply_filters( 'xprofile_filter_profile_group_tabs', $tabs, $groups, $group_name )

Continue reading →

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

xprofile_get_field_data

apply_filters( 'xprofile_get_field_data', $value, $field_id, $user_id )

Continue reading →

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

xprofile_field_type_before_save

apply_filters( 'xprofile_field_type_before_save',        $this->type,        $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_filtered_data_value_before_save

apply_filters( 'xprofile_filtered_data_value_before_save', $filtered_field_value, $field_value )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-filters.php 

xprofile_field_parent_id_before_save

apply_filters( 'xprofile_field_parent_id_before_save',   $this->parent_id,   $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_order_by_before_save

apply_filters( 'xprofile_field_order_by_before_save',    $this->order_by,    $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_options_before_save

apply_filters( 'xprofile_field_options_before_save', $post_option,  'radio' )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_name_before_save

apply_filters( 'xprofile_field_name_before_save',        $this->name,        $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_is_required_before_save

apply_filters( 'xprofile_field_is_required_before_save', $this->is_required, $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_group_id_before_save

apply_filters( 'xprofile_field_group_id_before_save',    $this->group_id,    $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_field_order_before_save

apply_filters( 'xprofile_field_field_order_before_save', $this->field_order, $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_description_before_save

apply_filters( 'xprofile_field_description_before_save', $this->description, $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_field_default_before_save

apply_filters( 'xprofile_field_default_before_save', $post_default, 'radio' )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_data_value_before_save

apply_filters( 'xprofile_data_value_before_save',        $this->value,           $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_data_user_id_before_save

apply_filters( 'xprofile_data_user_id_before_save',      $this->user_id,         $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_data_last_updated_before_save

apply_filters( 'xprofile_data_last_updated_before_save', bp_core_current_time(), $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_data_field_id_before_save

apply_filters( 'xprofile_data_field_id_before_save',     $this->field_id,        $this->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-classes.php 

xprofile_allowed_tags

apply_filters( 'xprofile_allowed_tags', $xprofile_allowedtags )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-filters.php 

wpmu_validate_user_signup

apply_filters( 'wpmu_validate_user_signup', $result )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

wpmu_active_signup

apply_filters( 'wpmu_active_signup', $active_signup )

Continue reading →

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

signup_create_blog_meta

apply_filters( 'signup_create_blog_meta', array( 'lang_id' => 1, 'public' => $public ) )

Continue reading →

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

the_title

apply_filters( 'the_title', $recorded_comment->post->post_title ) . '</a>', '<a href="' . get_blog_option( $blog_id, 'home' ) . '">' . get_blog_option( $blog_id, 'blogname' ) . '</a>' )

Continue reading →

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

signup_another_blog_init

apply_filters('signup_another_blog_init', array('blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ))

Continue reading →

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

messages_template_view_message

apply_filters( 'messages_template_view_message', 'members/single/home' ) )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-actions.php 

messages_template_notices

apply_filters( 'messages_template_notices', 'members/single/home' ) )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-screens.php 

messages_template_sentbox

apply_filters( 'messages_template_sentbox', 'members/single/home' ) )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-screens.php 

messages_template_inbox

apply_filters( 'messages_template_inbox', 'members/single/home' ) )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-screens.php 

messages_template_compose

apply_filters( 'messages_template_compose', 'members/single/home' ) )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-screens.php 

messages_notification_new_message_to

apply_filters( 'messages_notification_new_message_to', $email_to )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-notifications.php 

messages_notification_new_message_subject

apply_filters( 'messages_notification_new_message_subject', $email_subject, $sender_name )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-notifications.php 

messages_notification_new_message_message

apply_filters( 'messages_notification_new_message_message', $email_content, $sender_name, $subject, $content, $message_link, $settings_link )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-notifications.php 

messages_notice_subject_before_save

apply_filters( 'messages_notice_subject_before_save', $this->subject, $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_notice_message_before_save

apply_filters( 'messages_notice_message_before_save', $this->message, $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_message_thread_id_before_save

apply_filters( 'messages_message_thread_id_before_save', $this->thread_id, $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_message_subject_before_save

apply_filters( 'messages_message_subject_before_save',   $this->subject,   $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_message_sender_id_before_save

apply_filters( 'messages_message_sender_id_before_save', $this->sender_id, $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_message_date_sent_before_save

apply_filters( 'messages_message_date_sent_before_save', $this->date_sent, $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

messages_message_content_before_save

apply_filters( 'messages_message_content_before_save',   $this->message,   $this->id )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-classes.php 

group_forum_topic_title_before_save

apply_filters( 'group_forum_topic_title_before_save', $topic_title )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

group_forum_topic_tags_before_save

apply_filters( 'group_forum_topic_tags_before_save', $topic_tags )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

group_forum_topic_text_before_save

apply_filters( 'group_forum_topic_text_before_save', $topic_text )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

group_forum_topic_forum_id_before_save

apply_filters( 'group_forum_topic_forum_id_before_save', $forum_id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

group_forum_post_topic_id_before_save

apply_filters( 'group_forum_post_topic_id_before_save', $topic_id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

group_forum_post_text_before_save

apply_filters( 'group_forum_post_text_before_save', $post_text )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

groups_update_group_forum

apply_filters( 'groups_update_group_forum', $args ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

groups_total_forum_topic_count

apply_filters( 'groups_total_forum_topic_count', BP_Groups_Group::get_global_topic_count( $status, $search_terms ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

groups_total_public_forum_topic_count

apply_filters( 'groups_total_public_forum_topic_count', BP_Groups_Group::get_global_forum_topic_count( $type ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php, /bp-groups/bp-groups-forums.php 

groups_template_my_groups

apply_filters( 'groups_template_my_groups', 'members/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_request_membership

apply_filters( 'groups_template_group_request_membership', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_members

apply_filters( 'groups_template_group_members', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_invites

apply_filters( 'groups_template_group_invites', 'members/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_invite

apply_filters( 'groups_template_group_invite', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_home

apply_filters( 'groups_template_group_home', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-actions.php, /bp-groups/bp-groups-classes.php, /bp-groups/bp-groups-screens.php 

groups_template_group_forum_topic_edit

apply_filters( 'groups_template_group_forum_topic_edit', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_forum_topic

apply_filters( 'groups_template_group_forum_topic', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_forum

apply_filters( 'groups_template_group_forum', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin_settings

apply_filters( 'groups_template_group_admin_settings', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin_requests

apply_filters( 'groups_template_group_admin_requests', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin_manage_members

apply_filters( 'groups_template_group_admin_manage_members', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin_delete_group

apply_filters( 'groups_template_group_admin_delete_group', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin_avatar

apply_filters( 'groups_template_group_admin_avatar', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_group_admin

apply_filters( 'groups_template_group_admin', 'groups/single/home' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_template_directory_groups

apply_filters( 'groups_template_directory_groups', 'groups/index' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_notification_promoted_member_to

apply_filters( 'groups_notification_promoted_member_to', $to )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-notifications.php 

groups_template_create_group

apply_filters( 'groups_template_create_group', 'groups/create' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-actions.php 

groups_notification_new_membership_request_to

apply_filters( 'groups_notification_new_membership_request_to', $to )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-notifications.php 

groups_notification_membership_request_completed_to

apply_filters( 'groups_notification_membership_request_completed_to', $to )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-notifications.php 

groups_notification_group_updated_to

apply_filters( 'groups_notification_group_updated_to', $to )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-notifications.php 

groups_notification_group_invites_to

apply_filters( 'groups_notification_group_invites_to', $to )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-notifications.php 

groups_member_user_title_before_save

apply_filters( 'groups_member_user_title_before_save',    $this->user_title,    $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_user_id_before_save

apply_filters( 'groups_member_user_id_before_save',       $this->user_id,       $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_is_mod_before_save

apply_filters( 'groups_member_is_mod_before_save',        $this->is_mod,        $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_is_confirmed_before_save

apply_filters( 'groups_member_is_confirmed_before_save',  $this->is_confirmed,  $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_is_banned_before_save

apply_filters( 'groups_member_is_banned_before_save',     $this->is_banned,     $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_is_admin_before_save

apply_filters( 'groups_member_is_admin_before_save',      $this->is_admin,      $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_inviter_id_before_save

apply_filters( 'groups_member_inviter_id_before_save',    $this->inviter_id,    $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_invite_sent_before_save

apply_filters( 'groups_member_invite_sent_before_save',   $this->invite_sent,   $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_group_id_before_save

apply_filters( 'groups_member_group_id_before_save',      $this->group_id,      $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_date_modified_before_save

apply_filters( 'groups_member_date_modified_before_save', $this->date_modified, $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_member_comments_before_save

apply_filters( 'groups_member_comments_before_save',      $this->comments,      $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_status_before_save

apply_filters( 'groups_group_status_before_save',       $this->status,       $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_slug_before_save

apply_filters( 'groups_group_slug_before_save',         $this->slug,         $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_name_before_save

apply_filters( 'groups_group_name_before_save',         $this->name,         $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_enable_forum_before_save

apply_filters( 'groups_group_enable_forum_before_save', $this->enable_forum, $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_description_before_save

apply_filters( 'groups_group_description_before_save',  $this->description,  $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_group_date_created_before_save

apply_filters( 'groups_group_date_created_before_save', $this->date_created, $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_get_group

apply_filters( 'groups_get_group', new BP_Groups_Group( $group_id, true, $load_users ) )

Continue reading →

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

groups_group_creator_id_before_save

apply_filters( 'groups_group_creator_id_before_save',   $this->creator_id,   $this->id )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

groups_get_current_group

apply_filters( 'groups_get_current_group', $current_group )

Continue reading →

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

groups_filter_bbpress_root_page_sql

apply_filters( 'groups_filter_bbpress_root_page_sql', 't.topic_id' )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-filters.php 

groups_avatar_upload_dir

apply_filters( 'groups_avatar_upload_dir', array( 'path' => $path, 'url' => $newurl, 'subdir' => $newsubdir, 'basedir' => $newbdir, 'baseurl' => $newburl, 'error' => false ) )

Continue reading →

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

groups_at_message_notification_to

apply_filters( 'groups_at_message_notification_to', $to )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

groups_at_message_notification_subject

apply_filters( 'groups_at_message_notification_subject', $subject, $group, $poster_name )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

groups_at_message_notification_message

apply_filters( 'groups_at_message_notification_message', $message, $group, $poster_name, $content, $message_link, $settings_link )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

groups_allowed_status

apply_filters( 'groups_allowed_status', array( 'public', 'private', 'hidden' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-screens.php 

groups_allowed_invite_status

apply_filters( 'groups_allowed_invite_status', array( 'members', 'mods', 'admins' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-actions.php, /bp-groups/bp-groups-screens.php 

groups_activity_new_update_content

apply_filters( 'groups_activity_new_update_content', $activity_content )

Continue reading →

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

groups_activity_new_update_action

apply_filters( 'groups_activity_new_update_action',  $activity_action  )

Continue reading →

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

groups_activity_new_forum_topic_primary_link

apply_filters( 'groups_activity_new_forum_topic_primary_link', bp_get_group_permalink( $bp->groups->current_group ) . 'forum/topic/' . $topic->topic_slug . '/' )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

groups_activity_new_forum_post_primary_link

apply_filters( 'groups_activity_new_forum_post_primary_link', "{$primary_link}#post-{$post_id}" )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-forums.php 

groups_activity_created_group_action

apply_filters( 'groups_activity_created_group_action', sprintf( __( '%1$s created the group %2$s', 'buddypress'), bp_core_get_userlink( $bp->loggedin_user->id ), '<a href="' . bp_get_group_permalink( $bp->groups->current_group ) . '">' .

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-actions.php 

groups_activity_joined_group

apply_filters( 'groups_activity_joined_group', sprintf( __( '%1$s joined the group %2$s', 'buddypress'), bp_core_get_userlink( $user_id ), '<a href="' . bp_get_group_permalink( $group ) . '">' . esc_attr( bp_get_group_name( $group ) ) . '</a>'

Continue reading →

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

friends_template_requests

apply_filters( 'friends_template_requests', 'members/single/home' ) )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-screens.php 

friends_template_my_friends

apply_filters( 'friends_template_my_friends', 'members/single/home' ) )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-screens.php 

friends_notification_new_request_subject

apply_filters( 'friends_notification_new_request_subject', $subject, $initiator_name )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_notification_new_request_to

apply_filters( 'friends_notification_new_request_to', $to )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_notification_new_request_message

apply_filters( 'friends_notification_new_request_message', $message, $initiator_name, $initiator_link, $all_requests_link, $settings_link )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_notification_accepted_request_to

apply_filters( 'friends_notification_accepted_request_to', $to )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_notification_accepted_request_subject

apply_filters( 'friends_notification_accepted_request_subject', $subject, $friend_name )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_notification_accepted_request_message

apply_filters( 'friends_notification_accepted_request_message', $message, $friend_name, $friend_link, $settings_link )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-notifications.php 

friends_get_total_friend_count

apply_filters( 'friends_get_total_friend_count', $count )

Continue reading →

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

friends_get_recently_active

apply_filters( 'friends_get_recently_active', BP_Core_User::get_users( 'active', $per_page, $page, $user_id, $filter ) )

Continue reading →

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

friends_get_newest

apply_filters( 'friends_get_newest', BP_Core_User::get_users( 'newest', $per_page, $page, $user_id, $filter ) )

Continue reading →

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

friends_get_alphabetically

apply_filters( 'friends_get_alphabetically', BP_Core_User::get_users( 'alphabetical', $per_page, $page, $user_id, $filter ) )

Continue reading →

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

friends_friendship_is_limited_before_save

apply_filters( 'friends_friendship_is_limited_before_save',        $this->is_limited,        $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_initiator_user_id_before_save

apply_filters( 'friends_friendship_initiator_user_id_before_save', $this->initiator_user_id, $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_is_confirmed_before_save

apply_filters( 'friends_friendship_is_confirmed_before_save',      $this->is_confirmed,      $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_friend_user_id_before_save

apply_filters( 'friends_friendship_friend_user_id_before_save',    $this->friend_user_id,    $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_friendship_date_created_before_save

apply_filters( 'friends_friendship_date_created_before_save',      $this->date_created,      $this->id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-classes.php 

friends_activity_friendship_accepted_action

apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ), $friendship )

Continue reading →

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

embed_post_id

apply_filters( 'embed_post_id', 0 )

Continue reading →

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

embed_handler_html

apply_filters( 'embed_handler_html', $return, $url, $attr )

Continue reading →

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

comment_form_default_fields

apply_filters( 'comment_form_default_fields', $fields )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

buddypress_locale

apply_filters( 'buddypress_locale', get_locale() )

Continue reading →

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

bp_xprofile_new_avatar_user_id

apply_filters( 'bp_xprofile_new_avatar_user_id', $bp->displayed_user->id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-activity.php 

bp_xprofile_new_avatar_action

apply_filters( 'bp_xprofile_new_avatar_action', sprintf( __( '%s changed their profile picture', 'buddypress' ), $userlink ), $user_id )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-activity.php 

bp_xprofile_fullname_field_name

apply_filters( 'bp_xprofile_fullname_field_name', BP_XPROFILE_FULLNAME_FIELD_NAME )

Continue reading →

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

bp_wp_login_error

apply_filters( 'bp_wp_login_error', __( 'You must log in to access the page you requested.', 'buddypress' ), $_REQUEST['redirect_to'] )

Continue reading →

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

bp_word_or_name

apply_filters( 'bp_word_or_name', $youtext )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-template.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_user_gravatar_default

apply_filters( 'bp_user_gravatar_default',  $bp->site_options['avatar_default'] )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-loader.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_user_can_create_groups

apply_filters( 'bp_user_can_create_groups', $can_create, $restricted )

Continue reading →

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

bp_uri

apply_filters( 'bp_uri', $path )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-catchuri.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_the_topic_post_poster_link

apply_filters( 'bp_the_topic_post_poster_link', bp_core_get_user_domain( $topic_template->post->poster_id, $topic_template->post->poster_nicename, $topic_template->post->poster_login ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-template.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_the_topic_pagination_count

apply_filters( 'bp_the_topic_pagination_count', sprintf( __( 'Viewing post %1$s to %2$s (%3$s total posts)', 'buddypress' ), $from_num, $to_num, $total ) )

Continue reading →

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

bp_the_profile_field_type

apply_filters( 'bp_the_profile_field_type', $field->type )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-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_signup_usermeta

apply_filters( 'bp_signup_usermeta', $usermeta )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.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_enabled

apply_filters( 'bp_search_form_enabled', true )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.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_search_form

apply_filters( 'bp_search_form', $form )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

bp_required_components

apply_filters( 'bp_required_components', array( 'members' ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-loader.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_page_title

apply_filters( 'bp_page_title', esc_attr( $title ), esc_attr( $title ) )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

bp_no_access_root

apply_filters( 'bp_no_access_root', $root, $redirect, $message, $mode ) )

Continue reading →

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

bp_optional_components

apply_filters( 'bp_optional_components', array( 'activity', 'blogs', 'forums', 'friends', 'groups', 'messages', 'settings', 'xprofile' ) )

Continue reading →

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

bp_no_access_redirect

apply_filters( 'bp_no_access_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' )

Continue reading →

Component: bp-core, bp-themes  | File: /bp-core/bp-core-catchuri.php, /bp-themes/bp-default/functions.php 

bp_no_access_mode

apply_filters( 'bp_no_access_mode', $mode, $root, $redirect, $message )

Continue reading →

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

bp_no_access_message

apply_filters( 'bp_no_access_message', $message, $root, $redirect, $mode )

Continue reading →

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

bp_nav_item_has_subnav

apply_filters( 'bp_nav_item_has_subnav', $has_subnav, $nav_item )

Continue reading →

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

bp_modify_page_title

apply_filters( 'bp_modify_page_title', $title . " $sep ", $title, $sep, $seplocation )

Continue reading →

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

bp_message_thread_to

apply_filters( 'bp_message_thread_to', BP_Messages_Thread::get_recipient_links($messages_template->thread->recipients) )

Continue reading →

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

bp_messages_recipients

apply_filters( 'bp_messages_recipients', $recipients )

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-screens.php 

bp_message_activate_deactivate_text

apply_filters( 'bp_message_activate_deactivate_text', $text )

Continue reading →

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

bp_member_name

apply_filters( 'bp_member_name', bp_get_member_name() )

Continue reading →

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

bp_member_last_active

apply_filters( 'bp_member_last_active', $last_activity )

Continue reading →

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

bp_member_is_loggedin_user

apply_filters( 'bp_member_is_loggedin_user', $bp->loggedin_user->id == $members_template->member->id ? true : false )

Continue reading →

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

bp_member_forums_screen_topics

apply_filters( 'bp_member_forums_screen_topics', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_replies

apply_filters( 'bp_member_forums_screen_replies', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_forums_screen_favorites

apply_filters( 'bp_member_forums_screen_favorites', 'members/single/home' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_member_avatar

apply_filters( 'bp_member_avatar', bp_get_member_avatar( $args ) )

Continue reading →

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

bp_members_screen_index

apply_filters( 'bp_members_screen_index', 'members/index' ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-screens.php 

bp_members_screen_display_profile

apply_filters( 'bp_members_screen_display_profile', 'members/single/home' ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-screens.php 

bp_members_pagination_count

apply_filters( 'bp_members_pagination_count', $pag )

Continue reading →

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

bp_members_get_user_nicename

apply_filters( 'bp_members_get_user_nicename', $user_nicename )

Continue reading →

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

bp_logout_nav_link

apply_filters( 'bp_logout_nav_link', $logout_link )

Continue reading →

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

bp_loggedin_user_id

apply_filters( 'bp_loggedin_user_id', !empty( $bp->loggedin_user->id ) ? $bp->loggedin_user->id : 0 )

Continue reading →

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

bp_logout_link

apply_filters( 'bp_logout_link', $logout_link )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.php 

bp_loggedin_user_domain

apply_filters( 'bp_loggedin_user_domain', isset( $bp->loggedin_user->domain ) ? $bp->loggedin_user->domain : '' )

Continue reading →

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

bp_located_template

apply_filters( 'bp_located_template', locate_template( (array) $filtered_templates, false ), $filtered_templates ) )

Continue reading →

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

bp_load_template

apply_filters( 'bp_load_template', $located_template ) )

Continue reading →

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

bp_last_activity

apply_filters( 'bp_last_activity', bp_get_last_activity( $user_id ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-template.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_new_blog_public

apply_filters( 'bp_is_new_blog_public', !$is_private )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.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_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_is_friend

apply_filters( 'bp_is_friend', friends_check_friendship_status( $bp->loggedin_user->id, $user_id ), $user_id )

Continue reading →

Component: bp-friends  | File: /bp-friends/bp-friends-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_blog_public

apply_filters( 'bp_is_blog_public', (int)get_blog_option( $blog_id, 'blog_public' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.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_insert_activity_meta

apply_filters( 'bp_insert_activity_meta', $content )

Continue reading →

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

bp_inline_cropper_image

apply_filters( 'bp_inline_cropper_image', getimagesize( bp_core_avatar_upload_path() . $bp->avatar_admin->image->dir ) )

Continue reading →

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

bp_has_topic_posts

apply_filters( 'bp_has_topic_posts', $topic_template->has_posts(), $topic_template )

Continue reading →

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

bp_has_profile

apply_filters( 'bp_has_profile', $profile_template->has_groups(), $profile_template )

Continue reading →

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

bp_has_topics

apply_filters( 'bp_has_topics', $forum_template->has_topics(), $forum_template )

Continue reading →

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

bp_has_message_threads

apply_filters( 'bp_has_message_threads', $messages_template->has_threads(), $messages_template )

Continue reading →

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

bp_has_members

apply_filters( 'bp_has_members', $members_template->has_members(), $members_template )

Continue reading →

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

bp_has_groups

apply_filters( 'bp_has_groups', $groups_template->has_groups(), $groups_template )

Continue reading →

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

bp_has_blogs

apply_filters( 'bp_has_blogs', $blogs_template->has_blogs(), $blogs_template )

Continue reading →

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

bp_has_activities

apply_filters( 'bp_has_activities', $activities_template->has_activities(), $activities_template )

Continue reading →

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

bp_group_widget_user_id

apply_filters( 'bp_group_widget_user_id', '0' )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-widgets.php 

bp_group_send_invite_form_action

apply_filters( 'bp_group_send_invite_form_action', bp_get_group_permalink( $group ) . 'send-invites/send' )

Continue reading →

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

bp_group_request_user_avatar_thumb

apply_filters( 'bp_group_request_user_avatar_thumb', bp_core_fetch_avatar( array( 'item_id' => $requests_template->request->user_id, 'type' => 'thumb', 'alt' => __( 'Profile picture of %s', 'buddypress' ) ) ) )

Continue reading →

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

bp_group_request_time_since_requested

apply_filters( 'bp_group_request_time_since_requested', sprintf( __( 'requested %s', 'buddypress' ), bp_core_time_since( strtotime( $requests_template->request->date_modified ) ) ) )

Continue reading →

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

bp_group_request_comment

apply_filters( 'bp_group_request_comment', strip_tags( stripslashes( $requests_template->request->comments ) ) )

Continue reading →

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

bp_group_mod_ids

apply_filters( 'bp_group_mod_ids', $mod_ids )

Continue reading →

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

bp_group_member_css_class

apply_filters( 'bp_group_member_css_class', 'banned-user' )

Continue reading →

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

bp_group_members_user_join_filter

apply_filters( 'bp_group_members_user_join_filter', $wpdb->prepare( "SELECT m.user_id, m.date_modified, m.is_banned, u.user_login, u.user_nicename, u.user_email, pd.value as display_name FROM {$bp->groups->table_name_members} m, {$wpdb->users}

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_group_members_count_user_join_filter

apply_filters( 'bp_group_members_count_user_join_filter', $wpdb->prepare( "SELECT COUNT(user_id) FROM {$bp->groups->table_name_members} WHERE group_id = %d AND is_confirmed = 1 {$banned_sql} {$exclude_admins_sql} {$exclude_sql}", $group_id ) ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_group_leave_confirm_link

apply_filters( 'bp_group_leave_confirm_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'leave-group/yes', 'groups_leave_group' ) )

Continue reading →

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

bp_group_is_member

apply_filters( 'bp_group_is_member', !empty( $group->is_member ) )

Continue reading →

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

bp_group_is_user_banned

apply_filters( 'bp_group_is_user_banned', $group->is_banned )

Continue reading →

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

bp_group_invite_status_fallback

apply_filters( 'bp_group_invite_status_fallback', 'members' )

Continue reading →

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

bp_group_has_moderators

apply_filters( 'bp_group_has_moderators', groups_get_group_mods( $group->id ) )

Continue reading →

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

bp_group_has_members

apply_filters( 'bp_group_has_members', $members_template->has_members(), $members_template )

Continue reading →

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

bp_group_has_membership_requests

apply_filters( 'bp_group_has_membership_requests', $requests_template->has_requests(), $requests_template )

Continue reading →

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

bp_group_has_invites

apply_filters( 'bp_group_has_invites', $invites_template->has_invites(), $invites_template )

Continue reading →

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

bp_group_gravatar_default

apply_filters( 'bp_group_gravatar_default', $bp->grav_default->user )

Continue reading →

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

bp_group_get_invite_status

apply_filters( 'bp_group_get_invite_status', $invite_status, $group_id )

Continue reading →

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

bp_group_form_action

apply_filters( 'bp_group_form_action', bp_get_group_permalink( $group ) . $page )

Continue reading →

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

bp_group_creation_stage_title

apply_filters( 'bp_group_creation_stage_title', '<span>&mdash; ' . $bp->groups->group_creation_steps[$bp->groups->current_create_step]['name'] . '</span>' )

Continue reading →

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

bp_group_admin_mods_user_join_filter

apply_filters( 'bp_group_admin_mods_user_join_filter', $wpdb->prepare( "SELECT u.ID as user_id, u.user_login, u.user_email, u.user_nicename, m.is_admin, m.is_mod FROM {$wpdb->users} u, {$bp->groups->table_name_members} m WHERE u.ID = m.user_id

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_group_admin_ids

apply_filters( 'bp_group_admin_ids', $admin_ids )

Continue reading →

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

bp_groups_user_can_send_invites

apply_filters( 'bp_groups_user_can_send_invites', $can_send_invites, $group_id, $invite_status )

Continue reading →

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

bp_group_admin_form_action

apply_filters( 'bp_group_admin_form_action', bp_get_group_permalink( $group ) . 'admin/' . $page )

Continue reading →

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

bp_groups_get_total_groups_sql

apply_filters( 'bp_groups_get_total_groups_sql', join( ' ', (array)$t_sql ), $t_sql )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_groups_get_paged_groups_sql

apply_filters( 'bp_groups_get_paged_groups_sql', join( ' ', (array)$sql ), $sql )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_groups_filter_kses

apply_filters( 'bp_groups_filter_kses', $groups_allowedtags )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-filters.php 

bp_groups_current_group_class

apply_filters( 'bp_groups_current_group_class', 'BP_Groups_Group' )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-loader.php 

bp_groups_current_group_object

apply_filters( 'bp_groups_current_group_object', new $current_group_class( $group_id ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-loader.php 

bp_groups_auto_join

apply_filters( 'bp_groups_auto_join', (bool)$bp->groups->auto_join )

Continue reading →

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

bp_gravatar_url

apply_filters( 'bp_gravatar_url', 'http://www.gravatar.com/avatar/' )

Continue reading →

Component: bp-core, bp-members  | File: /bp-core/bp-core-avatars.php, /bp-members/bp-members-template.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_user_firstname

apply_filters( 'bp_get_user_firstname', $fullname[0], $fullname )

Continue reading →

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

bp_get_unreplied_forum_topics_link

apply_filters( 'bp_get_unreplied_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/unreplied/' )

Continue reading →

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

bp_get_total_unread_messages_count

apply_filters( 'bp_get_total_unread_messages_count', BP_Messages_Thread::get_inbox_count() )

Continue reading →

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

bp_get_total_site_member_count

apply_filters( 'bp_get_total_site_member_count', bp_core_number_format( bp_core_get_total_member_count() ) )

Continue reading →

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

bp_get_total_mention_count_for_user

apply_filters( 'bp_get_total_mention_count_for_user', bp_get_user_meta( $user_id, 'bp_new_mention_count', true ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-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_total_group_count_for_user

apply_filters( 'bp_get_total_group_count_for_user', groups_total_groups_for_user( $user_id ) )

Continue reading →

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

bp_get_total_friend_count

apply_filters( 'bp_get_total_friend_count', friends_get_total_friend_count( $user_id ) )

Continue reading →

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

bp_get_total_group_count

apply_filters( 'bp_get_total_group_count', groups_get_total_group_count() )

Continue reading →

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

bp_get_total_favorite_count_for_user

apply_filters( 'bp_get_total_favorite_count_for_user', bp_activity_total_favorites_for_user( $user_id ) )

Continue reading →

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

bp_get_total_blog_count_for_user

apply_filters( 'bp_get_total_blog_count_for_user', bp_blogs_total_blogs_for_user( $user_id ) )

Continue reading →

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

bp_get_total_blog_count

apply_filters( 'bp_get_total_blog_count', bp_blogs_total_blogs() )

Continue reading →

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

bp_get_the_topic_total_post_count

apply_filters( 'bp_get_the_topic_total_post_count', sprintf( __( '%d post', 'buddypress' ), $forum_template->topic->topic_posts ) )

Continue reading →

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

bp_get_the_topic_total_posts

apply_filters( 'bp_get_the_topic_total_posts', $forum_template->topic->topic_posts )

Continue reading →

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

bp_get_the_topic_title

apply_filters( 'bp_get_the_topic_title', stripslashes( $forum_template->topic->topic_title ) )

Continue reading →

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

bp_get_the_topic_time_since_last_post

apply_filters( 'bp_get_the_topic_time_since_last_post', bp_core_time_since( strtotime( $forum_template->topic->topic_time ) ) )

Continue reading →

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

bp_get_the_topic_time_since_created

apply_filters( 'bp_get_the_topic_time_since_created', bp_core_time_since( strtotime( $forum_template->topic->topic_start_time ) ) )

Continue reading →

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

bp_get_the_topic_time

apply_filters( 'bp_get_the_topic_time', $forum_template->topic->topic_time )

Continue reading →

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

bp_get_the_topic_text

apply_filters( 'bp_get_the_topic_text', esc_attr( $post->post_text ) )

Continue reading →

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

bp_get_the_topic_tag_count

apply_filters( 'bp_get_the_topic_tag_count', $forum_template->topic->tag_count )

Continue reading →

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

bp_get_the_topic_status

apply_filters( 'bp_get_the_topic_status', $forum_template->topic->topic_status )

Continue reading →

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

bp_get_the_topic_start_time

apply_filters( 'bp_get_the_topic_start_time', $forum_template->topic->topic_start_time )

Continue reading →

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

bp_get_the_topic_post_time_since

apply_filters( 'bp_get_the_topic_post_time_since', bp_core_time_since( strtotime( $topic_template->post->post_time ) ) )

Continue reading →

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

bp_get_the_topic_slug

apply_filters( 'bp_get_the_topic_slug', $forum_template->topic->topic_slug )

Continue reading →

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

bp_get_the_topic_post_poster_name

apply_filters( 'bp_get_the_topic_post_poster_name', '<a href="' . $link . '" title="' . $topic_template->post->poster_name . '">' . $topic_template->post->poster_name . '</a>' )

Continue reading →

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

bp_get_the_topic_post_poster_avatar

apply_filters( 'bp_get_the_topic_post_poster_avatar', bp_core_fetch_avatar( array( 'item_id' => $topic_template->post->poster_id, 'type' => $type, 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

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

bp_get_the_topic_post_id

apply_filters( 'bp_get_the_topic_post_id', $topic_template->post->post_id )

Continue reading →

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

bp_get_the_topic_post_edit_text

apply_filters( 'bp_get_the_topic_post_edit_text', esc_attr( $post->post_text ) )

Continue reading →

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

bp_get_the_topic_post_css_class

apply_filters( 'bp_get_the_topic_post_css_class', trim( $class ) )

Continue reading →

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

bp_get_the_topic_post_content

apply_filters( 'bp_get_the_topic_post_content', stripslashes( $topic_template->post->post_text ) )

Continue reading →

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

bp_get_the_topic_post_admin_links

apply_filters( 'bp_get_the_topic_post_admin_links', implode( $separator, $links ), $links, $r )

Continue reading →

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

bp_get_the_topic_poster_name

apply_filters( 'bp_get_the_topic_poster_name', $name )

Continue reading →

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

bp_get_the_topic_poster_id

apply_filters( 'bp_get_the_topic_poster_id', $forum_template->topic->topic_poster )

Continue reading →

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

bp_get_the_topic_poster_avatar

apply_filters( 'bp_get_the_topic_poster_avatar', bp_core_fetch_avatar( array( 'item_id' => $forum_template->topic->topic_poster, 'type' => $type, 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

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

bp_get_the_topic_pagination

apply_filters( 'bp_get_the_topic_pagination', $topic_template->pag_links )

Continue reading →

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

bp_get_the_topic_permalink

apply_filters( 'bp_get_the_topic_permalink', trailingslashit( $permalink . 'topic/' . $forum_template->topic->topic_slug ) )

Continue reading →

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

bp_get_the_topic_object_slug

apply_filters( 'bp_get_the_topic_object_slug', $forum_template->topic->object_slug )

Continue reading →

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

bp_get_the_topic_object_permalink

apply_filters( 'bp_get_the_topic_object_permalink', $permalink )

Continue reading →

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

bp_get_the_topic_object_name

apply_filters( 'bp_get_the_topic_object_name', $retval )

Continue reading →

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

bp_get_the_topic_object_id

apply_filters( 'bp_get_the_topic_object_id', $forum_template->topic->object_id )

Continue reading →

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

bp_get_the_topic_object_avatar

apply_filters( 'bp_get_the_topic_object_avatar', bp_core_fetch_avatar( array( 'item_id' => $forum_template->topic->object_id, 'type' => $type, 'object' => 'group', 'width' => $width, 'height' => $height, 'alt' => $alt ) ) )

Continue reading →

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

bp_get_the_topic_latest_post_excerpt

apply_filters( 'bp_get_the_topic_latest_post_excerpt', $post, $length )

Continue reading →

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

bp_get_the_topic_last_post_id

apply_filters( 'bp_get_the_topic_last_post_id', $forum_template->topic->topic_last_post_id )

Continue reading →

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

bp_get_the_topic_last_poster_name

apply_filters( 'bp_get_the_topic_last_poster_name', '<a href="' . $domain . '">' . $forum_template->topic->topic_last_poster_displayname . '</a>' )

Continue reading →

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

bp_get_the_topic_last_poster_avatar

apply_filters( 'bp_get_the_topic_last_poster_avatar', bp_core_fetch_avatar( array( 'email' => $forum_template->topic->topic_last_poster_email, 'item_id' => $forum_template->topic->topic_last_poster, 'type' => $type, 'width' => $wid

Continue reading →

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

bp_get_the_topic_is_topic_open

apply_filters( 'bp_get_the_topic_is_topic_open', $forum_template->topic->topic_open )

Continue reading →

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

bp_get_the_topic_is_last_page

apply_filters( 'bp_get_the_topic_is_last_page', $topic_template->pag_page == $topic_template->pag->total_pages )

Continue reading →

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

bp_get_the_topic_is_sticky

apply_filters( 'bp_get_the_topic_is_sticky', $forum_template->topic->topic_sticky )

Continue reading →

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

bp_get_the_topic_id

apply_filters( 'bp_get_the_topic_id', $forum_template->topic->topic_id )

Continue reading →

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

bp_get_the_topic_forum_id

apply_filters( 'bp_get_the_topic_forum_id', $forum_template->topic->topic_forum_id )

Continue reading →

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

bp_get_the_topic_css_class

apply_filters( 'bp_get_the_topic_css_class', trim( $class ) )

Continue reading →

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

bp_get_the_thread_subject

apply_filters( 'bp_get_the_thread_subject', $thread_template->thread->last_message_subject )

Continue reading →

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

bp_get_the_thread_recipients

apply_filters( 'bp_get_the_thread_recipients', sprintf( __( '%d Recipients', 'buddypress' ), count($thread_template->thread->recipients) ) )

Continue reading →

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

bp_get_the_thread_message_time_since

apply_filters( 'bp_get_the_thread_message_time_since', sprintf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( strtotime( $thread_template->message->date_sent ) ) ) )

Continue reading →

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

bp_get_the_thread_message_sender_name

apply_filters( 'bp_get_the_thread_message_sender_name', bp_core_get_user_displayname( $thread_template->message->sender_id ) )

Continue reading →

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

bp_get_the_thread_message_sender_link

apply_filters( 'bp_get_the_thread_message_sender_link', bp_core_get_userlink( $thread_template->message->sender_id, false, true ) )

Continue reading →

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

bp_get_the_thread_message_sender_avatar_thumb

apply_filters( 'bp_get_the_thread_message_sender_avatar_thumb', bp_core_fetch_avatar( array( 'item_id' => $thread_template->message->sender_id, 'type' => $type, 'width' => $width, 'height' => $height ) ) )

Continue reading →

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

bp_get_the_thread_message_content

apply_filters( 'bp_get_the_thread_message_content', $_REQUEST['content'] ) )

Continue reading →

Component: bp-messages, bp-themes  | File: /bp-messages/bp-messages-template.php, /bp-themes/bp-default/_inc/ajax.php 

bp_get_the_thread_message_alt_class

apply_filters( 'bp_get_the_thread_message_alt_class', $class )

Continue reading →

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

bp_get_the_thread_id

apply_filters( 'bp_get_the_thread_id', $thread_template->thread->thread_id )

Continue reading →

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

bp_get_the_profile_group_name

apply_filters( 'bp_get_the_profile_group_name', $group->name )

Continue reading →

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

bp_get_the_profile_group_slug

apply_filters( 'bp_get_the_profile_group_slug', sanitize_title( $group->name ) )

Continue reading →

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

bp_get_the_profile_group_id

apply_filters( 'bp_get_the_profile_group_id', $group->id )

Continue reading →

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

bp_get_the_profile_group_description

apply_filters( 'bp_get_the_profile_group_description', $group->description )

Continue reading →

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

bp_get_the_profile_group_edit_form_action

apply_filters( 'bp_get_the_profile_group_edit_form_action', trailingslashit( $bp->displayed_user->domain . $bp->profile->slug . '/edit/group/' . $group->id ) )

Continue reading →

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

bp_get_the_profile_field_value

apply_filters( 'bp_get_the_profile_field_value', $field->data->value, $field->type, $field->id )

Continue reading →

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

bp_get_the_profile_field_options_select

apply_filters( 'bp_get_the_profile_field_options_select', '<option' . $selected . ' value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">' . esc_attr( stripslashes( $options[$k]->name ) ) . '</option>', $options[$k], $field-&gt

Continue reading →

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

bp_get_the_profile_field_options_radio

apply_filters( 'bp_get_the_profile_field_options_radio', '<label><input' . $selected . ' type="radio" name="field_' . $field->id . '" id="option_' . $options[$k]->id . '" value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">

Continue reading →

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

bp_get_the_profile_field_options_multiselect

apply_filters( 'bp_get_the_profile_field_options_multiselect', '<option' . $selected . ' value="' . esc_attr( stripslashes( $options[$k]->name ) ) . '">' . esc_attr( stripslashes( $options[$k]->name ) ) . '</option>', $options[$k], $fiel

Continue reading →

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

bp_get_the_profile_field_options_checkbox

apply_filters( 'bp_get_the_profile_field_options_checkbox', '<label><input' . $selected . ' type="checkbox" name="field_' . $field->id . '[]" id="field_' . $options[$k]->id . '_' . $k . '" value="' . esc_attr( stripslashes( $options[$k]-&gt

Continue reading →

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

bp_get_the_profile_field_name

apply_filters( 'bp_get_the_profile_field_name', $field->name )

Continue reading →

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

bp_get_the_profile_field_input_name

apply_filters( 'bp_get_the_profile_field_input_name', 'field_' . $field->id . $array_box )

Continue reading →

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

bp_get_the_profile_field_is_required

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

Continue reading →

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

bp_get_the_profile_field_id

apply_filters( 'bp_get_the_profile_field_id', $field->id )

Continue reading →

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

bp_get_the_profile_field_edit_value

apply_filters( 'bp_get_the_profile_field_edit_value', $field_value, $field->type, $field->id )

Continue reading →

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

bp_get_the_profile_field_datebox

apply_filters( 'bp_get_the_profile_field_datebox', $html, $type, $day, $month, $year, $field->id, $date )

Continue reading →

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

bp_get_the_profile_field_description

apply_filters( 'bp_get_the_profile_field_description', $field->description )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-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_sitewide_activity_feed_link

apply_filters( 'bp_get_sitewide_activity_feed_link', home_url( bp_get_activity_root_slug() . '/feed/' ) )

Continue reading →

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

bp_get_signup_with_blog_value

apply_filters( 'bp_get_signup_with_blog_value', $value )

Continue reading →

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

bp_get_signup_username_value

apply_filters( 'bp_get_signup_username_value', $value )

Continue reading →

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

bp_get_signup_slug

apply_filters( 'bp_get_signup_slug', $slug )

Continue reading →

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

bp_get_signup_page

apply_filters( 'bp_get_signup_page', $page )

Continue reading →

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

bp_get_signup_blog_url_value

apply_filters( 'bp_get_signup_blog_url_value', $value )

Continue reading →

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

bp_get_signup_email_value

apply_filters( 'bp_get_signup_email_value', $value )

Continue reading →

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

bp_get_signup_blog_title_value

apply_filters( 'bp_get_signup_blog_title_value', $value )

Continue reading →

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

bp_get_signup_blog_privacy_value

apply_filters( 'bp_get_signup_blog_privacy_value', $value )

Continue reading →

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

bp_get_signup_avatar

apply_filters( 'bp_get_signup_avatar', $gravatar_img, $args )

Continue reading →

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

bp_get_signup_avatar_dir_value

apply_filters( 'bp_get_signup_avatar_dir_value', $bp->signup->avatar_dir )

Continue reading →

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

bp_get_signup_allowed

apply_filters( 'bp_get_signup_allowed', $signup_allowed )

Continue reading →

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

bp_get_settings_slug

apply_filters( 'bp_get_settings_slug', $bp->settings->slug )

Continue reading →

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

bp_get_settings_root_slug

apply_filters( 'bp_get_settings_root_slug', $bp->settings->root_slug )

Continue reading →

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

bp_get_send_public_message_link

apply_filters( 'bp_get_send_public_message_link', wp_nonce_url( bp_loggedin_user_domain() . bp_get_activity_slug() . '/?r=' . bp_core_get_username( $bp->displayed_user->id, $bp->displayed_user->userdata->user_nicename, $bp->displayed_use

Continue reading →

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

bp_get_send_public_message_button

apply_filters( 'bp_get_send_public_message_button', $button ) )

Continue reading →

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

bp_get_send_private_message_link

apply_filters( 'bp_get_send_private_message_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/compose/?r=' . bp_core_get_username( $bp->displayed_user->id, $bp->displayed_user->userdata->user_nicename, $b

Continue reading →

Component: bp-messages  | File: /bp-messages/bp-messages-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_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_root_domain

apply_filters( 'bp_get_root_domain', $domain )

Continue reading →

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

bp_get_profile_last_updated

apply_filters( 'bp_get_profile_last_updated', sprintf( __('Profile updated %s', 'buddypress'), bp_core_time_since( strtotime( $last_updated ) ) ) )

Continue reading →

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

bp_get_profile_group_name

apply_filters( 'bp_get_profile_group_name', $group->name )

Continue reading →

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

bp_get_profile_field_data

apply_filters( 'bp_get_profile_field_data', xprofile_get_field_data( $field, $user_id ) )

Continue reading →

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

bp_get_potential_friend_id

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

Continue reading →

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

bp_get_popular_forum_topics_link

apply_filters( 'bp_get_popular_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/popular/' )

Continue reading →

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

bp_get_page_title

apply_filters( 'bp_get_page_title', $title )

Continue reading →

Component: bp-core  | File: /bp-core/deprecated/1.5.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_option

apply_filters( 'bp_get_option', $value )

Continue reading →

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

bp_get_new_group_status

apply_filters( 'bp_get_new_group_status', $bp->groups->current_group->status )

Continue reading →

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

bp_get_new_group_id

apply_filters( 'bp_get_new_group_id', $new_group_id )

Continue reading →

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

bp_get_new_group_name

apply_filters( 'bp_get_new_group_name', $name )

Continue reading →

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

bp_get_new_group_enable_forum

apply_filters( 'bp_get_new_group_enable_forum', $bp->groups->current_group->enable_forum )

Continue reading →

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

bp_get_new_group_description

apply_filters( 'bp_get_new_group_description', $description )

Continue reading →

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

bp_get_new_group_avatar

apply_filters( 'bp_get_new_group_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'width' => $width, 'height

Continue reading →

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

bp_get_newest_forum_topics_link

apply_filters( 'bp_get_newest_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/' )

Continue reading →

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

bp_get_my_forum_topics_link

apply_filters( 'bp_get_my_forum_topics_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/personal/' )

Continue reading →

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

bp_get_message_thread_unread_count

apply_filters( 'bp_get_message_thread_unread_count', $messages_template->thread->unread_count )

Continue reading →

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

bp_get_message_thread_view_link

apply_filters( 'bp_get_message_thread_view_link', trailingslashit( $bp->loggedin_user->domain . $bp->messages->slug . '/view/' . $messages_template->thread->thread_id ) )

Continue reading →

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

bp_get_message_thread_subject

apply_filters( 'bp_get_message_thread_subject', stripslashes_deep( $messages_template->thread->last_message_subject ) )

Continue reading →

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

bp_get_message_thread_last_post_date

apply_filters( 'bp_get_message_thread_last_post_date', bp_format_time( strtotime( $messages_template->thread->last_message_date ) ) )

Continue reading →

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

bp_get_message_thread_from

apply_filters( 'bp_get_message_thread_from', bp_core_get_userlink( $messages_template->thread->last_sender_id ) )

Continue reading →

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

bp_get_message_thread_id

apply_filters( 'bp_get_message_thread_id', $messages_template->thread->thread_id )

Continue reading →

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

bp_get_message_thread_excerpt

apply_filters( 'bp_get_message_thread_excerpt', strip_tags( bp_create_excerpt( $messages_template->thread->last_message_content, 75 ) ) )

Continue reading →

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

bp_get_message_thread_delete_link

apply_filters( 'bp_get_message_thread_delete_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/' . $bp->current_action . '/delete/' . $messages_template->thread->thread_id, 'messages_delete_thread' ) )

Continue reading →

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

bp_get_message_thread_avatar

apply_filters( 'bp_get_message_thread_avatar', bp_core_fetch_avatar( array( 'item_id' => $messages_template->thread->last_sender_id, 'type' => 'thumb' ) ) )

Continue reading →

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

bp_get_message_notice_text

apply_filters( 'bp_get_message_notice_text', $messages_template->thread->message )

Continue reading →

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

bp_get_message_notice_subject

apply_filters( 'bp_get_message_notice_subject', $messages_template->thread->subject )

Continue reading →

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

bp_get_message_notice_post_date

apply_filters( 'bp_get_message_notice_post_date', bp_format_time( strtotime($messages_template->thread->date_sent) ) )

Continue reading →

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

bp_get_message_notice_id

apply_filters( 'bp_get_message_notice_id', $messages_template->thread->id )

Continue reading →

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

bp_get_message_loading_image_src

apply_filters( 'bp_get_message_loading_image_src', $bp->messages->image_base . '/ajax-loader.gif' )

Continue reading →

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

bp_get_message_notice_delete_link

apply_filters( 'bp_get_message_notice_delete_link', wp_nonce_url( $bp->loggedin_user->domain . $bp->messages->slug . '/notices/delete/' . $messages_template->thread->id, 'messages_delete_thread' ) )

Continue reading →

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

bp_get_message_get_recipient_usernames

apply_filters( 'bp_get_message_get_recipient_usernames', $recipients )

Continue reading →

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

bp_get_message_activate_deactivate_link

apply_filters( 'bp_get_message_activate_deactivate_link', $link )

Continue reading →

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

bp_get_message_css_class

apply_filters( 'bp_get_message_css_class', trim( $class ) )

Continue reading →

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

bp_get_messages_username_value

apply_filters( 'bp_get_messages_username_value', $_COOKIE['bp_messages_send_to'] )

Continue reading →

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

bp_get_messages_subject_value

apply_filters( 'bp_get_messages_subject_value', $subject )

Continue reading →

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

bp_get_messages_slug

apply_filters( 'bp_get_messages_slug', $bp->messages->slug )

Continue reading →

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

bp_get_messages_pagination

apply_filters( 'bp_get_messages_pagination', $messages_template->pag_links )

Continue reading →

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

bp_get_messages_form_action

apply_filters( 'bp_get_messages_form_action', trailingslashit( bp_loggedin_user_domain() . bp_get_messages_slug() . '/' . bp_current_action() . '/' . bp_action_variable( 0 ) ) )

Continue reading →

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

bp_get_messages_content_value

apply_filters( 'bp_get_messages_content_value', $content )

Continue reading →

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

bp_get_mentioned_user_display_name

apply_filters( 'bp_get_mentioned_user_display_name', $name, $user_id_or_username )

Continue reading →

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

bp_get_member_user_login

apply_filters( 'bp_get_member_user_login', $members_template->member->user_login )

Continue reading →

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

bp_get_member_user_nicename

apply_filters( 'bp_get_member_user_nicename', $members_template->member->user_nicename )

Continue reading →

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

bp_get_member_user_id

apply_filters( 'bp_get_member_user_id', $members_template->member->id )

Continue reading →

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

bp_get_member_user_email

apply_filters( 'bp_get_member_user_email', $members_template->member->user_email )

Continue reading →

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

bp_get_member_total_friend_count

apply_filters( 'bp_get_member_total_friend_count', sprintf( __( '%d friend', 'buddypress' ), (int) $members_template->member->total_friend_count ) )

Continue reading →

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

bp_get_member_permalink

apply_filters( 'bp_get_member_permalink', bp_core_get_user_domain( $members_template->member->id, $members_template->member->user_nicename, $members_template->member->user_login ) )

Continue reading →

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

bp_get_member_profile_data

apply_filters( 'bp_get_member_profile_data', $data )

Continue reading →

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

bp_get_member_name

apply_filters( 'bp_get_member_name', $members_template->member->fullname )

Continue reading →

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

bp_get_member_latest_update

apply_filters( 'bp_get_member_latest_update', $update_content )

Continue reading →

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

bp_get_member_avatar

apply_filters( 'bp_get_member_avatar', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->id, 'type' => $type, 'alt' => $alt, 'css_id' => $id, 'class' => $class, 'width' => $width, 'height' => $height, 'email' 

Continue reading →

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

bp_get_members_slug

apply_filters( 'bp_get_members_slug', $bp->members->slug )

Continue reading →

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

bp_get_members_pagination_links

apply_filters( 'bp_get_members_pagination_links', $members_template->pag_links )

Continue reading →

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

bp_get_members_root_slug

apply_filters( 'bp_get_members_root_slug', $bp->members->root_slug )

Continue reading →

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

bp_get_members_directory_permalink

apply_filters( 'bp_get_members_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ) )

Continue reading →

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

bp_get_loggedin_user_username

apply_filters( 'bp_get_loggedin_user_username', $username )

Continue reading →

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

bp_get_loggedin_user_fullname

apply_filters( 'bp_get_loggedin_user_fullname', isset( $bp->loggedin_user->fullname ) ? $bp->loggedin_user->fullname : '' )

Continue reading →

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

bp_get_loggedin_user_link

apply_filters( 'bp_get_loggedin_user_link', bp_loggedin_user_domain() )

Continue reading →

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

bp_get_loggedin_user_avatar

apply_filters( 'bp_get_loggedin_user_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->loggedin_user->id, 'type' => $type, 'width' => $width, 'height' => $height, 'html' => $html, 'alt' => $alt ) ) )

Continue reading →

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

bp_get_last_activity

apply_filters( 'bp_get_last_activity', $last_activity )

Continue reading →

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

bp_get_group_type

apply_filters( 'bp_get_group_type', $type )

Continue reading →

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

bp_get_group_total_members

apply_filters( 'bp_get_group_total_members', $group->total_member_count )

Continue reading →

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

bp_get_group_total_for_member

apply_filters( 'bp_get_group_total_for_member', BP_Groups_Member::total_group_count() )

Continue reading →

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

bp_get_group_status

apply_filters( 'bp_get_group_status', $group->status )

Continue reading →

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

bp_get_group_slug

apply_filters( 'bp_get_group_slug', $group->slug )

Continue reading →

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

bp_get_group_request_user_link

apply_filters( 'bp_get_group_request_user_link', bp_core_get_userlink( $requests_template->request->user_id ) )

Continue reading →

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

bp_get_group_request_reject_link

apply_filters( 'bp_get_group_request_reject_link', wp_nonce_url( bp_get_group_permalink( $groups_template->group ) . '/admin/membership-requests/reject/' . $requests_template->request->id, 'groups_reject_membership_request' ) )

Continue reading →

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

bp_get_group_request_accept_link

apply_filters( 'bp_get_group_request_accept_link', wp_nonce_url( bp_get_group_permalink( $groups_template->group ) . '/admin/membership-requests/accept/' . $requests_template->request->id, 'groups_accept_membership_request' ) )

Continue reading →

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

bp_get_group_reject_invite_link

apply_filters( 'bp_get_group_reject_invite_link', wp_nonce_url( $bp->loggedin_user->domain . bp_get_groups_slug() . '/invites/reject/' . $group->id, 'groups_reject_invite' ) )

Continue reading →

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

bp_get_group_pag_id

apply_filters( 'bp_get_group_pag_id', 'pag' )

Continue reading →

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

bp_get_group_permalink

apply_filters( 'bp_get_group_permalink', bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/' . $group->slug . '/' )

Continue reading →

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

bp_get_group_new_topic_button

apply_filters( 'bp_get_group_new_topic_button', $button ) )

Continue reading →

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

bp_get_group_name

apply_filters( 'bp_get_group_name', $group->name )

Continue reading →

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

bp_get_group_member_url

apply_filters( 'bp_get_group_member_url', bp_core_get_user_domain( $members_template->member->user_id, $members_template->member->user_nicename, $members_template->member->user_login ) )

Continue reading →

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

bp_get_group_member_unban_link

apply_filters( 'bp_get_group_member_unban_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/unban/' . $user_id, 'groups_unban_member' ) )

Continue reading →

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

bp_get_group_member_remove_link

apply_filters( 'bp_get_group_member_remove_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/remove/' . $user_id, 'groups_remove_member' ) )

Continue reading →

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

bp_get_group_member_promote_mod_link

apply_filters( 'bp_get_group_member_promote_mod_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/promote/mod/' . $user_id, 'groups_promote_member' ) )

Continue reading →

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

bp_get_group_member_promote_admin_link

apply_filters( 'bp_get_group_member_promote_admin_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/promote/admin/' . $user_id, 'groups_promote_member' ) )

Continue reading →

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

bp_get_group_member_pagination_count

apply_filters( 'bp_get_group_member_pagination_count', sprintf( __( 'Viewing members %1$s to %2$s (of %3$s members)', 'buddypress' ), $from_num, $to_num, $total ) )

Continue reading →

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

bp_get_group_member_pagination

apply_filters( 'bp_get_group_member_pagination', $members_template->pag_links )

Continue reading →

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

bp_get_group_member_name

apply_filters( 'bp_get_group_member_name', $members_template->member->display_name )

Continue reading →

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

bp_get_group_member_link

apply_filters( 'bp_get_group_member_link', '<a href="' . bp_core_get_user_domain( $members_template->member->user_id, $members_template->member->user_nicename, $members_template->member->user_login ) . '">' . $members_template->

Continue reading →

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

bp_get_group_member_joined_since

apply_filters( 'bp_get_group_member_joined_since', bp_core_get_last_activity( $members_template->member->date_modified, __( 'joined %s', 'buddypress') ) )

Continue reading →

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

bp_get_group_member_is_banned

apply_filters( 'bp_get_group_member_is_banned', $members_template->member->is_banned )

Continue reading →

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

bp_get_group_member_is_friend

apply_filters( 'bp_get_group_member_is_friend', $friend_status )

Continue reading →

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

bp_get_group_member_id

apply_filters( 'bp_get_group_member_id', $members_template->member->user_id )

Continue reading →

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

bp_get_group_member_domain

apply_filters( 'bp_get_group_member_domain', bp_core_get_user_domain( $members_template->member->user_id, $members_template->member->user_nicename, $members_template->member->user_login ) )

Continue reading →

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

bp_get_group_member_demote_link

apply_filters( 'bp_get_group_member_demote_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/demote/' . $user_id, 'groups_demote_member' ) )

Continue reading →

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

bp_get_group_member_count

apply_filters( 'bp_get_group_member_count', sprintf( __( '%s member', 'buddypress' ), bp_core_number_format( $groups_template->group->total_member_count ) ) )

Continue reading →

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

bp_get_group_member_ban_link

apply_filters( 'bp_get_group_member_ban_link', wp_nonce_url( bp_get_group_permalink( $group ) . 'admin/manage-members/ban/' . $user_id, 'groups_ban_member' ) )

Continue reading →

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

bp_get_group_member_avatar_thumb

apply_filters( 'bp_get_group_member_avatar_thumb', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->user_id, 'type' => 'thumb', 'email' => $members_template->member->user_email, 'alt' => __( 'Profile picture of 

Continue reading →

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

bp_get_group_member_avatar_mini

apply_filters( 'bp_get_group_member_avatar_mini', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->user_id, 'type' => 'thumb', 'width' => $width, 'height' => $height, 'email' => $members_template->member->use

Continue reading →

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

bp_get_group_member_avatar

apply_filters( 'bp_get_group_member_avatar', bp_core_fetch_avatar( array( 'item_id' => $members_template->member->user_id, 'type' => 'full', 'email' => $members_template->member->user_email, 'alt' => __( 'Profile picture of %s', 'b

Continue reading →

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

bp_get_group_last_active

apply_filters( 'bp_get_group_last_active', bp_core_time_since( $last_active ) )

Continue reading →

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

bp_get_group_leave_reject_link

apply_filters( 'bp_get_group_leave_reject_link', bp_get_group_permalink( $group ) )

Continue reading →

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

bp_get_group_join_button

apply_filters( 'bp_get_group_join_button', $button ) )

Continue reading →

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

bp_get_group_is_public

apply_filters( 'bp_get_group_is_public', $group->is_public )

Continue reading →

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

bp_get_group_invite_user_link

apply_filters( 'bp_get_group_invite_user_link', bp_core_get_userlink( $invites_template->invite->user->id ) )

Continue reading →

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

bp_get_group_invite_user_last_active

apply_filters( 'bp_get_group_invite_user_last_active', $invites_template->invite->user->last_active )

Continue reading →

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

bp_get_group_invite_user_avatar

apply_filters( 'bp_get_group_invite_user_avatar', $invites_template->invite->user->avatar_thumb )

Continue reading →

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

bp_get_group_invite_item_id

apply_filters( 'bp_get_group_invite_item_id', 'uid-' . $invites_template->invite->user->id )

Continue reading →

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

bp_get_group_id

apply_filters( 'bp_get_group_id', $group->id )

Continue reading →

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

bp_get_group_forum_topic_count

apply_filters( 'bp_get_group_forum_topic_count', $total_topics, (bool)$showtext )

Continue reading →

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

bp_get_group_forum_post_count

apply_filters( 'bp_get_group_forum_post_count', $total_posts, (bool)$showtext )

Continue reading →

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

bp_get_group_description_excerpt

apply_filters( 'bp_get_group_description_excerpt', bp_create_excerpt( $group->description ) )

Continue reading →

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

bp_get_group_forum_permalink

apply_filters( 'bp_get_group_forum_permalink', bp_get_group_permalink( $group ) . 'forum' )

Continue reading →

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

bp_get_group_description_editable

apply_filters( 'bp_get_group_description_editable', $group->description )

Continue reading →

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

bp_get_group_description

apply_filters( 'bp_get_group_description', stripslashes($group->description) )

Continue reading →

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

bp_get_group_date_created

apply_filters( 'bp_get_group_date_created', bp_core_time_since( strtotime( $group->date_created ) ) )

Continue reading →

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

bp_get_group_creation_previous_link

apply_filters( 'bp_get_group_creation_previous_link', trailingslashit( bp_get_root_domain() ) . bp_get_groups_slug() . '/create/step/' . array_pop( $previous_steps ) )

Continue reading →

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

bp_get_group_creation_form_action

apply_filters( 'bp_get_group_creation_form_action', bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create/step/' . bp_action_variable( 1 ) )

Continue reading →

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

bp_get_group_avatar

apply_filters( 'bp_get_group_avatar', $avatar )

Continue reading →

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

bp_get_group_avatar_delete_link

apply_filters( 'bp_get_group_avatar_delete_link', wp_nonce_url( bp_get_group_permalink( $bp->groups->current_group ) . '/admin/group-avatar/delete', 'bp_group_avatar_delete' ) )

Continue reading →

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

bp_get_group_all_members_permalink

apply_filters( 'bp_get_group_all_members_permalink', bp_get_group_permalink( $group ) . 'members' )

Continue reading →

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

bp_get_group_admin_permalink

apply_filters( 'bp_get_group_admin_permalink', bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/' . $group->slug . '/admin' )

Continue reading →

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

bp_get_group_accept_invite_link

apply_filters( 'bp_get_group_accept_invite_link', wp_nonce_url( $bp->loggedin_user->domain . bp_get_groups_slug() . '/invites/accept/' . $group->id, 'groups_accept_invite' ) )

Continue reading →

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

bp_get_group_activity_feed_link

apply_filters( 'bp_get_group_activity_feed_link', bp_get_group_permalink( $bp->groups->current_group ) . 'feed/' )

Continue reading →

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

bp_get_groups_slug

apply_filters( 'bp_get_groups_slug', $bp->groups->slug )

Continue reading →

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

bp_get_groups_root_slug

apply_filters( 'bp_get_groups_root_slug', $bp->groups->root_slug )

Continue reading →

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

bp_get_groups_pagination_links

apply_filters( 'bp_get_groups_pagination_links', $groups_template->pag_links )

Continue reading →

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

bp_get_groups_pagination_count

apply_filters( 'bp_get_groups_pagination_count', sprintf( __( 'Viewing group %1$s to %2$s (of %3$s groups)', 'buddypress' ), $from_num, $to_num, $total ) )

Continue reading →

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

bp_get_friend_reject_request_link

apply_filters( 'bp_get_friend_reject_request_link', wp_nonce_url( $bp->loggedin_user->domain . bp_get_friends_slug() . '/requests/reject/' . $friendship_id, 'friends_reject_friendship' ) )

Continue reading →

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

bp_get_groups_directory_permalink

apply_filters( 'bp_get_groups_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ) )

Continue reading →

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

bp_get_friend_friendship_id

apply_filters( 'bp_get_friend_friendship_id', $friendship_id )

Continue reading →

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

bp_get_friend_accept_request_link

apply_filters( 'bp_get_friend_accept_request_link', wp_nonce_url( $bp->loggedin_user->domain . bp_get_friends_slug() . '/requests/accept/' . $friendship_id, 'friends_accept_friendship' ) )

Continue reading →

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

bp_get_friends_slug

apply_filters( 'bp_get_friends_slug', $bp->friends->slug )

Continue reading →

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

bp_get_friends_root_slug

apply_filters( 'bp_get_friends_root_slug', $bp->friends->root_slug )

Continue reading →

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

bp_get_friendship_requests

apply_filters( 'bp_get_friendship_requests', implode( ',', (array) friends_get_friendship_request_user_ids( $bp->loggedin_user->id ) ) )

Continue reading →

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

bp_get_forum_topic_type

apply_filters( 'bp_get_forum_topic_type', bp_current_action() )

Continue reading →

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

bp_get_forum_topic_new_reply_link

apply_filters( 'bp_get_forum_topic_new_reply_link', $link . '#post-topic-reply', $link )

Continue reading →

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

bp_get_forum_topic_count_for_user

apply_filters( 'bp_get_forum_topic_count_for_user', bp_forums_total_topic_count_for_user( $user_id ) )

Continue reading →

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

bp_get_forum_topic_count

apply_filters( 'bp_get_forum_topic_count', bp_forums_total_topic_count( $user_id ) )

Continue reading →

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

bp_get_forum_permalink

apply_filters( 'bp_get_forum_permalink', trailingslashit( $permalink ) )

Continue reading →

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

bp_get_forum_topic_action

apply_filters( 'bp_get_forum_topic_action', $_SERVER['REQUEST_URI'] )

Continue reading →

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

bp_get_forum_pagination_count

apply_filters( 'bp_get_forum_pagination_count', sprintf( __( 'Viewing topic %s to %s (of %s total topics%s)', 'buddypress' ), $from_num, $to_num, $total, $pag_filter ) )

Continue reading →

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

bp_get_forum_pagination

apply_filters( 'bp_get_forum_pagination', $forum_template->pag_links )

Continue reading →

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

bp_get_forum_name

apply_filters( 'bp_get_forum_name', $forum->forum_name, $forum->forum_id )

Continue reading →

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

bp_get_forum_action

apply_filters( 'bp_get_forum_action', bp_get_root_domain() . esc_attr( $_SERVER['REQUEST_URI'] ) )

Continue reading →

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

bp_get_forums_tag_name

apply_filters( 'bp_get_forums_tag_name', $tag_name )

Continue reading →

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

bp_get_forums_slug

apply_filters( 'bp_get_forums_slug', $bp->forums->slug )

Continue reading →

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

bp_get_forums_root_slug

apply_filters( 'bp_get_forums_root_slug', $bp->forums->root_slug )

Continue reading →

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

bp_get_forums_directory_permalink

apply_filters( 'bp_get_forums_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_forums_root_slug() ) )

Continue reading →

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

bp_get_field_css_class

apply_filters( 'bp_get_field_css_class', ' class="' . implode( ' ', $css_classes ) . '"' )

Continue reading →

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

bp_get_displayed_user_username

apply_filters( 'bp_get_displayed_user_username', $username )

Continue reading →

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

bp_get_displayed_user_link

apply_filters( 'bp_get_displayed_user_link', bp_displayed_user_domain() )

Continue reading →

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

bp_get_displayed_user_avatar

apply_filters( 'bp_get_displayed_user_avatar', bp_core_fetch_avatar( array( 'item_id' => $bp->displayed_user->id, 'type' => $type, 'width' => $width, 'height' => $height, 'html' => $html, 'alt' => $alt ) ) )

Continue reading →

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

bp_get_displayed_user_email

apply_filters( 'bp_get_displayed_user_email', esc_attr( $retval ) )

Continue reading →

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

bp_get_current_profile_group_id

apply_filters( 'bp_get_current_profile_group_id', $profile_group_id )

Continue reading →

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

bp_get_current_group_slug

apply_filters( 'bp_get_current_group_slug', $current_group_slug, $current_group )

Continue reading →

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

bp_get_current_group_id

apply_filters( 'bp_get_current_group_id', $current_group_id, $current_group )

Continue reading →

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

bp_get_current_group_name

apply_filters( 'bp_get_current_group_name', $name )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-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_blog_permalink

apply_filters( 'bp_get_blog_permalink', $permalink )

Continue reading →

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

bp_get_blog_name

apply_filters( 'bp_get_blog_name', $blogs_template->blog->name )

Continue reading →

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

bp_get_blog_latest_post

apply_filters( 'bp_get_blog_latest_post', sprintf( __( 'Latest Post: %s', 'buddypress' ), '<a href="' . $blogs_template->blog->latest_post->guid . '">' . apply_filters( 'the_title', $blogs_template->blog->latest_post->post_title ) 

Continue reading →

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

bp_get_blog_avatar_ . $blogs_template->blog->blog_id

apply_filters( 'bp_get_blog_avatar_' . $blogs_template->blog->blog_id, bp_core_fetch_avatar( array( 'item_id' => $blogs_template->blog->admin_user_id, 'type' => $type, 'alt' => $alt, 'width' => $width, 'height' => $height, 'clas

Continue reading →

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

bp_get_blog_description

apply_filters( 'bp_get_blog_description', $blogs_template->blog->description )

Continue reading →

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

bp_get_blog_avatar

apply_filters( 'bp_get_blog_avatar', $avatar, $blogs_template->blog->blog_id, array( 'item_id' => $blogs_template->blog->admin_user_id, 'type' => $type, 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class

Continue reading →

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

bp_get_blogs_visit_blog_button

apply_filters( 'bp_get_blogs_visit_blog_button', $button ) )

Continue reading →

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

bp_get_blogs_slug

apply_filters( 'bp_get_blogs_slug', $bp->blogs->slug )

Continue reading →

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

bp_get_blogs_root_slug

apply_filters( 'bp_get_blogs_root_slug', $bp->blogs->root_slug )

Continue reading →

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

bp_get_blogs_pagination_links

apply_filters( 'bp_get_blogs_pagination_links', $blogs_template->pag_links )

Continue reading →

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

bp_get_blogs_directory_permalink

apply_filters( 'bp_get_blogs_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-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_delete_link

apply_filters( 'bp_get_avatar_delete_link', wp_nonce_url( $bp->displayed_user->domain . $bp->profile->slug . '/change-avatar/delete-avatar/', 'bp_delete_avatar_link' ) )

Continue reading →

Component: bp-xprofile  | File: /bp-xprofile/bp-xprofile-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_get_add_friend_button

apply_filters( 'bp_get_add_friend_button', $button ) )

Continue reading →

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

bp_get_activity_user_link

apply_filters( 'bp_get_activity_user_link', $link )

Continue reading →

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

bp_get_activity_unfavorite_link

apply_filters( 'bp_get_activity_unfavorite_link', wp_nonce_url( home_url( bp_get_activity_root_slug() . '/unfavorite/' . $activities_template->activity->id . '/' ), 'unmark_favorite' ) )

Continue reading →

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

bp_get_activity_user_id

apply_filters( 'bp_get_activity_user_id', $activities_template->activity->user_id )

Continue reading →

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

bp_get_activity_type

apply_filters( 'bp_get_activity_type', $activities_template->activity->type )

Continue reading →

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

bp_get_activity_thread_permalink

apply_filters( 'bp_get_activity_thread_permalink', $link )

Continue reading →

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

bp_get_activity_slug

apply_filters( 'bp_get_activity_slug', $bp->activity->slug )

Continue reading →

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

bp_get_activity_secondary_item_id

apply_filters( 'bp_get_activity_secondary_item_id', $activities_template->activity->secondary_item_id )

Continue reading →

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

bp_get_activity_secondary_avatar_object_ . $activities_template->activity->component

apply_filters( 'bp_get_activity_secondary_avatar_object_' . $activities_template->activity->component, $object )

Continue reading →

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

bp_get_activity_secondary_avatar

apply_filters( 'bp_get_activity_secondary_avatar', bp_core_fetch_avatar( array( 'item_id' => $item_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $emai

Continue reading →

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

bp_get_activity_secondary_avatar_item_id

apply_filters( 'bp_get_activity_secondary_avatar_item_id', $item_id )

Continue reading →

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

bp_get_activity_root_slug

apply_filters( 'bp_get_activity_root_slug', $bp->activity->root_slug )

Continue reading →

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

bp_get_activity_post_form_action

apply_filters( 'bp_get_activity_post_form_action', home_url( bp_get_activity_root_slug() . '/post/' ) )

Continue reading →

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

bp_get_activity_per_page

apply_filters( 'bp_get_activity_per_page', (int)$activities_template->pag_num )

Continue reading →

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

bp_get_activity_permalink_id

apply_filters( 'bp_get_activity_permalink_id', $bp->current_action )

Continue reading →

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

bp_get_activity_parent_content

apply_filters( 'bp_get_activity_parent_content', $content )

Continue reading →

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

bp_get_activity_object_name

apply_filters( 'bp_get_activity_object_name', $activities_template->activity->component )

Continue reading →

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

bp_get_activity_pagination_links

apply_filters( 'bp_get_activity_pagination_links', $activities_template->pag_links )

Continue reading →

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

bp_get_activity_latest_update_excerpt

apply_filters( 'bp_get_activity_latest_update_excerpt', sprintf( _x( '- &quot;%s &quot;', 'member latest update in member directory', 'buddypress' ), trim( strip_tags( bp_create_excerpt( $update['content'], $length ) ) ) ) )

Continue reading →

Component: bp-activity, bp-members  | File: /bp-activity/bp-activity-template.php, /bp-members/bp-members-template.php 

bp_get_activity_latest_update

apply_filters( 'bp_get_activity_latest_update', $latest_update  )

Continue reading →

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

bp_get_activity_item_id

apply_filters( 'bp_get_activity_item_id', $activities_template->activity->item_id )

Continue reading →

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

bp_get_activity_id

apply_filters( 'bp_get_activity_id', $activities_template->activity->id )

Continue reading →

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

bp_get_activity_is_favorite

apply_filters( 'bp_get_activity_is_favorite', in_array( $activities_template->activity->id, (array)$activities_template->my_favs ) )

Continue reading →

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

bp_get_activity_filter_link_href

apply_filters( 'bp_get_activity_filter_link_href', $link, $component )

Continue reading →

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

bp_get_activity_filter_links

apply_filters( 'bp_get_activity_filter_links', implode( "n", $component_links ) )

Continue reading →

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

bp_get_activity_feed_item_title

apply_filters( 'bp_get_activity_feed_item_title', $title )

Continue reading →

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

bp_get_activity_feed_item_link

apply_filters( 'bp_get_activity_feed_item_link', $activities_template->activity->primary_link )

Continue reading →

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

bp_get_activity_feed_item_description

apply_filters( 'bp_get_activity_feed_item_description', ent2ncr( convert_chars( str_replace( '%s', '', $content ) ) ) )

Continue reading →

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

bp_get_activity_feed_item_guid

apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) )

Continue reading →

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

bp_get_activity_feed_item_date

apply_filters( 'bp_get_activity_feed_item_date', $activities_template->activity->date_recorded )

Continue reading →

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

bp_get_activity_directory_permalink

apply_filters( 'bp_get_activity_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_activity_root_slug() ) )

Continue reading →

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

bp_get_activity_favorite_link

apply_filters( 'bp_get_activity_favorite_link', wp_nonce_url( home_url( bp_get_activity_root_slug() . '/favorite/' . $activities_template->activity->id . '/' ), 'mark_favorite' ) )

Continue reading →

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

bp_get_activity_delete_link

apply_filters( 'bp_get_activity_delete_link', $link )

Continue reading →

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

bp_get_activity_date_recorded

apply_filters( 'bp_get_activity_date_recorded', $activities_template->activity->date_recorded )

Continue reading →

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

bp_get_activity_css_class

apply_filters( 'bp_get_activity_css_class', $activities_template->activity->component . ' ' . $activities_template->activity->type . $class )

Continue reading →

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

bp_get_activity_count

apply_filters( 'bp_get_activity_count', (int)$activities_template->activity_count )

Continue reading →

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

bp_get_activity_content_body

apply_filters( 'bp_get_activity_content_body', $activity->content )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_get_activity_content

apply_filters( 'bp_get_activity_content', $content )

Continue reading →

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

bp_get_activity_comment_link

apply_filters( 'bp_get_activity_comment_link', '?ac=' . $activities_template->activity->id . '/#ac-form-' . $activities_template->activity->id )

Continue reading →

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

bp_get_activity_avatar_object_ . $current_activity_item->component

apply_filters( 'bp_get_activity_avatar_object_' . $current_activity_item->component, 'user' )

Continue reading →

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

bp_get_activity_comment_form_action

apply_filters( 'bp_get_activity_comment_form_action', home_url( bp_get_activity_root_slug() . '/reply/' ) )

Continue reading →

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

bp_get_activity_avatar_item_id

apply_filters( 'bp_get_activity_avatar_item_id', $item_id )

Continue reading →

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

bp_get_activities_title

apply_filters( 'bp_get_activities_title', $bp_activity_title )

Continue reading →

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

bp_get_activity_avatar

apply_filters( 'bp_get_activity_avatar', bp_core_fetch_avatar( array( 'item_id' => $item_id, 'object' => $object, 'type' => $type, 'alt' => $alt, 'class' => $class, 'width' => $width, 'height' => $height, 'email' => $email ) ) )

Continue reading →

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

bp_get_activities_no_activity

apply_filters( 'bp_get_activities_no_activity', $bp_activity_no_activity )

Continue reading →

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

bp_get_activities_member_rss_link

apply_filters( 'bp_get_activities_member_rss_link', $link )

Continue reading →

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

bp_get_activation_page

apply_filters( 'bp_get_activation_page', $page )

Continue reading →

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

bp_get_activate_slug

apply_filters( 'bp_get_activate_slug', $slug )

Continue reading →

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

bp_friend_get_total_requests_count

apply_filters( 'bp_friend_get_total_requests_count', count( BP_Friends_Friendship::get_friend_user_ids( $user_id, true ) ) )

Continue reading →

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

bp_friends_autocomplete_ids

apply_filters( 'bp_friends_autocomplete_ids', $users['friends'], $_GET['q'], $limit )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_friends_autocomplete_list

apply_filters( 'bp_friends_autocomplete_list', $users, $_GET['q'], $limit )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_forum_topic_tag_list

apply_filters( 'bp_forum_topic_tag_list', $tags, $format )

Continue reading →

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

bp_forum_topic_has_tags

apply_filters( 'bp_forum_topic_has_tags', $has_tags )

Continue reading →

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

bp_forums_total_replied_count_for_user

apply_filters( 'bp_forums_total_replied_count_for_user', $count, $user_id )

Continue reading →

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

bp_forums_total_topic_count

apply_filters( 'bp_forums_total_topic_count', $count )

Continue reading →

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

bp_forums_template_topics

apply_filters( 'bp_forums_template_topics', $this->topics, $type, $forum_id, $per_page, $max, $no_stickies )

Continue reading →

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

bp_forums_template_directory_forums_setup

apply_filters( 'bp_forums_template_directory_forums_setup', 'forums/index' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_topic

apply_filters( 'bp_forums_screen_single_topic', 'forums/single/topic' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_screen_single_forum

apply_filters( 'bp_forums_screen_single_forum', 'forums/single/forum' ) )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-screens.php 

bp_forums_get_post_extras

apply_filters( 'bp_forums_get_post_extras', $posts )

Continue reading →

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

bp_forums_parent_forum_id

apply_filters( 'bp_forums_parent_forum_id', BP_FORUMS_PARENT_FORUM_ID )

Continue reading →

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

bp_forums_filter_tag_link

apply_filters( 'bp_forums_filter_tag_link', bp_get_root_domain() . '/' . bp_get_forums_root_slug() . '/tag/' . $tag . '/' )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-filters.php 

bp_forums_enable_global_directory_stickies

apply_filters( 'bp_forums_enable_global_directory_stickies', defined( 'BP_FORUMS_ENABLE_GLOBAL_DIRECTORY_STICKIES' ) && BP_FORUMS_ENABLE_GLOBAL_DIRECTORY_STICKIES )

Continue reading →

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

bp_forums_bbconfig_location

apply_filters( 'bp_forums_bbconfig_location', $_REQUEST['bbconfigloc'] )

Continue reading →

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

bp_forums_allowed_tags

apply_filters( 'bp_forums_allowed_tags', $forums_allowedtags )

Continue reading →

Component: bp-forums  | File: /bp-forums/bp-forums-filters.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_embed_oembed_html

apply_filters( 'bp_embed_oembed_html', $cache, $url, $attr, $rawattr )

Continue reading →

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

bp_embed_oembed_discover

apply_filters( 'bp_embed_oembed_discover', false ) && current_user_can( 'unfiltered_html' ) )

Continue reading →

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

bp_embed_get_cache

apply_filters( 'bp_embed_get_cache', $cache, $id, $cachekey, $url, $attr, $rawattr )

Continue reading →

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

bp_dtheme_page_on_front

apply_filters( 'bp_dtheme_page_on_front', get_option( 'page_on_front' ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_header_image_width

apply_filters( 'bp_dtheme_header_image_width',  1250 ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_comment_form

apply_filters( 'bp_dtheme_comment_form', array_merge( $default_labels, $new_labels ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_header_image_height

apply_filters( 'bp_dtheme_header_image_height', 133  ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_ajax_querystring

apply_filters( 'bp_dtheme_ajax_querystring', $query_string, $object, $object_filter, $object_scope, $object_page, $object_search_terms, $object_extras )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_dtheme_activity_feed_url

apply_filters( 'bp_dtheme_activity_feed_url', $feed_url, $scope )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_displayed_user_id

apply_filters( 'bp_displayed_user_id', !empty( $bp->displayed_user->id ) ? $bp->displayed_user->id : 0 )

Continue reading →

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

bp_displayed_user_fullname

apply_filters( 'bp_displayed_user_fullname', isset( $bp->displayed_user->fullname ) ? $bp->displayed_user->fullname : '' )

Continue reading →

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

bp_displayed_user_domain

apply_filters( 'bp_displayed_user_domain', isset( $bp->displayed_user->domain ) ? $bp->displayed_user->domain : '' )

Continue reading →

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

bp_directory_pages

apply_filters( 'bp_directory_pages', $directory_pages )

Continue reading →

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

bp_default_component_subnav

apply_filters( 'bp_default_component_subnav', $default_subnav_slug, $r )

Continue reading →

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

bp_deactivated_components

apply_filters( 'bp_deactivated_components', array_values( array_diff( array_values( array_merge( $bp->optional_components, $bp->required_components ) ), array_keys( $bp->active_components ) ) ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-loader.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_create_blog_link

apply_filters( 'bp_create_blog_link', '<a href="' . bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create/">' . __( 'Create a Site', 'buddypress' ) . '</a>' )

Continue reading →

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

bp_core_validate_user_signup

apply_filters( 'bp_core_validate_user_signup', $result )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_validate_blog_signup

apply_filters( 'bp_core_validate_blog_signup', wpmu_validate_blog_signup( $blog_url, $blog_title ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_users_by_letter_sql

apply_filters( 'bp_core_users_by_letter_sql', $wpdb->prepare( "SELECT DISTINCT u.ID as id, u.user_registered, u.user_nicename, u.user_login, u.user_email FROM {$wpdb->users} u LEFT JOIN {$bp->profile->table_name_data} pd ON u.ID = pd.user_id L

Continue reading →

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

bp_core_users_by_letter_count_sql

apply_filters( 'bp_core_users_by_letter_count_sql', $wpdb->prepare( "SELECT COUNT(DISTINCT u.ID) FROM {$wpdb->users} u LEFT JOIN {$bp->profile->table_name_data} pd ON u.ID = pd.user_id LEFT JOIN {$bp->profile->table_name_fields} pf ON pd

Continue reading →

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

bp_core_update_js

apply_filters( 'bp_core_update_js', plugins_url( '/buddypress' ) . '/bp-core/js/update.dev.js' ), array( 'jquery' ), '20110723' )

Continue reading →

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

bp_core_update_get_page_meta

apply_filters( 'bp_core_update_get_page_meta', $page_ids )

Continue reading →

Component: bp-core  | File: /bp-core/admin/bp-core-update.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_template_register

apply_filters( 'bp_core_template_register', 'registration/register' ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_template_plugin

apply_filters( 'bp_core_template_plugin', '/groups/single/plugins' ) )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-classes.php 

bp_core_template_display_profile

apply_filters( 'bp_core_template_display_profile', 'members/single/home' ) )

Continue reading →

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

bp_core_signup_send_validation_email_to

apply_filters( 'bp_core_signup_send_validation_email_to',     $user_email, $user_id                )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_template_activate

apply_filters( 'bp_core_template_activate', 'activate' ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_signup_send_validation_email_subject

apply_filters( 'bp_core_signup_send_validation_email_subject', $subject,    $user_id                )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_signup_send_validation_email_message

apply_filters( 'bp_core_signup_send_validation_email_message', $message,    $user_id, $activate_url )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_signup_send_activation_key

apply_filters( 'bp_core_signup_send_activation_key', true ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_signup_blog

apply_filters( 'bp_core_signup_blog', wpmu_signup_blog( $blog_domain, $blog_path, $blog_title, $user_name, $user_email, $usermeta ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_signup_avatar_upload_dir

apply_filters( 'bp_core_signup_avatar_upload_dir', array( 'path' => $path, 'url' => $newurl, 'subdir' => $newsubdir, 'basedir' => $newbdir, 'baseurl' => $newburl, 'error' => false ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_search_users_sql

apply_filters( 'bp_core_search_users_sql', "SELECT DISTINCT u.ID as id, u.user_registered, u.user_nicename, u.user_login, u.user_email FROM {$wpdb->users} u LEFT JOIN {$bp->profile->table_name_data} pd ON u.ID = pd.user_id WHERE {$status_sql} AND

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-classes.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_search_users_count_sql

apply_filters( 'bp_core_search_users_count_sql', "SELECT COUNT(DISTINCT u.ID) as id FROM {$wpdb->users} u LEFT JOIN {$bp->profile->table_name_data} pd ON u.ID = pd.user_id WHERE {$status_sql} AND pd.value LIKE '%%$search_terms%%' ORDER BY pd.valu

Continue reading →

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

bp_core_screen_notification_settings

apply_filters( 'bp_core_screen_notification_settings', 'members/single/settings/notifications' ) )

Continue reading →

Component: bp-settings  | File: /bp-settings/bp-settings-actions.php 

bp_core_screen_general_settings

apply_filters( 'bp_core_screen_general_settings', 'members/single/settings/general' ) )

Continue reading →

Component: bp-settings  | File: /bp-settings/bp-settings-actions.php 

bp_core_screen_delete_account

apply_filters( 'bp_core_screen_delete_account', 'members/single/settings/delete-account' ) )

Continue reading →

Component: bp-settings  | File: /bp-settings/bp-settings-actions.php 

bp_core_pre_avatar_handle_upload

apply_filters( 'bp_core_pre_avatar_handle_upload', true, $file, $upload_dir_filter ) )

Continue reading →

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

bp_core_pre_avatar_handle_crop

apply_filters( 'bp_core_pre_avatar_handle_crop', true, $r ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.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_mysteryman_src

apply_filters( 'bp_core_mysteryman_src', bp_core_avatar_default(), $grav_size )

Continue reading →

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

bp_core_is_user_spammer

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

Continue reading →

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

bp_core_is_user_deleted

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

Continue reading →

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

bp_core_illegal_usernames

apply_filters( 'bp_core_illegal_usernames', array_merge( array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator' ), $bp_component_slugs ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_gravatar_email

apply_filters( 'bp_core_gravatar_email', $email, $item_id, $object )

Continue reading →

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

bp_core_illegal_names

apply_filters( 'bp_core_illegal_names', $illegal_names )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_get_user_email

apply_filters( 'bp_core_get_user_email', $email )

Continue reading →

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

bp_core_get_user_domain_pre_cache

apply_filters( 'bp_core_get_user_domain_pre_cache', trailingslashit( $domain ), $user_id, $user_nicename, $user_login )

Continue reading →

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

bp_core_get_user_displayname

apply_filters( 'bp_core_get_user_displayname', $fullname, $user_id )

Continue reading →

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

bp_core_get_user_domain

apply_filters( 'bp_core_get_user_domain', $domain, $user_id, $user_nicename, $user_login )

Continue reading →

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

bp_core_get_users

apply_filters( 'bp_core_get_users', BP_Core_User::get_users( $type, $per_page, $page, $user_id, $include, $search_terms, $populate_extras, $exclude, $meta_key, $meta_value ), $params )

Continue reading →

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

bp_core_get_username

apply_filters( 'bp_core_get_username', $username )

Continue reading →

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

bp_core_get_userlink_by_username

apply_filters( 'bp_core_get_userlink_by_username', bp_core_get_userlink( $user_id, false, false, true ) )

Continue reading →

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

bp_core_get_userlink_by_email

apply_filters( 'bp_core_get_userlink_by_email', bp_core_get_userlink( $user->ID, false, false, true ) )

Continue reading →

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

bp_core_get_userlink

apply_filters( 'bp_core_get_userlink', '<a href="' . $url . '" title="' . $display_name . '">' . $display_name . '</a>', $user_id )

Continue reading →

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

bp_core_get_userid

apply_filters( 'bp_core_get_userid', $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->users WHERE user_login = %s", $username ) ) )

Continue reading →

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

bp_core_get_userid_from_nicename

apply_filters( 'bp_core_get_userid_from_nicename', $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->users WHERE user_nicename = %s", $user_nicename ) ) )

Continue reading →

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

bp_core_get_total_users_sql

apply_filters( 'bp_core_get_total_users_sql', join( ' ', (array)$sql ), $sql )

Continue reading →

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

bp_core_get_total_member_count

apply_filters( 'bp_core_get_total_member_count', $count )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-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_specific_users_count_sql

apply_filters( 'bp_core_get_specific_users_count_sql', $wpdb->prepare( "SELECT COUNT(DISTINCT ID) FROM {$wpdb->users} WHERE {$status_sql} AND ID IN ( " . $wpdb->escape( $user_ids ) . " ) " ), $wpdb->escape( $user_ids ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-classes.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_paged_users_sql

apply_filters( 'bp_core_get_paged_users_sql', join( ' ', (array)$sql ), $sql )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-classes.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_displayed_userid

apply_filters( 'bp_core_get_displayed_userid', bp_core_get_userid( $user_login ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-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_get_core_userdata

apply_filters( 'bp_core_get_core_userdata', $userdata )

Continue reading →

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

bp_core_get_all_posts_for_user

apply_filters( 'bp_core_get_all_posts_for_user', $wpdb->get_col( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post'", $user_id ) ) )

Continue reading →

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

bp_core_fetch_avatar_url

apply_filters( 'bp_core_fetch_avatar_url', $avatar_url )

Continue reading →

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

bp_core_fetch_avatar_no_grav

apply_filters( 'bp_core_fetch_avatar_no_grav', $no_grav ) )

Continue reading →

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

bp_core_fetch_avatar

apply_filters( 'bp_core_fetch_avatar', '<img src="' . $avatar_url . '" alt="' . esc_attr( $alt ) . '" class="' . esc_attr( $class ) . '"' . $css_id . $html_width . $html_height . $title . ' />', $params, $item_id, $avatar_dir, $css_id, $html_width, 

Continue reading →

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

bp_core_exclude_pages

apply_filters( 'bp_core_exclude_pages', $pages )

Continue reading →

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

bp_core_email_from_name_filter

apply_filters( 'bp_core_email_from_name_filter', wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), 'blogname' ), ENT_QUOTES ) )

Continue reading →

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

bp_core_email_from_address_filter

apply_filters( 'bp_core_email_from_address_filter', 'noreply@' . $domain[2] )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-filters.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_buddybar_rtl_css

apply_filters( 'bp_core_buddybar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), '20110723' )

Continue reading →

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

bp_core_avatar_url

apply_filters( 'bp_core_avatar_url', $baseurl )

Continue reading →

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

bp_core_avatar_upload_path

apply_filters( 'bp_core_avatar_upload_path', $basedir )

Continue reading →

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

bp_core_avatar_title

apply_filters( 'bp_core_avatar_title', $title, $item_id, $object ) )

Continue reading →

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

bp_core_avatar_thumb_width

apply_filters( 'bp_core_avatar_thumb_width', bp_core_avatar_dimension( 'thumb', 'width' ) )

Continue reading →

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

bp_core_avatar_thumb_height

apply_filters( 'bp_core_avatar_thumb_height', bp_core_avatar_dimension( 'thumb', 'height' ) )

Continue reading →

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

bp_core_avatar_thumb

apply_filters( 'bp_core_avatar_thumb', $bp->avatar->thumb->default )

Continue reading →

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

bp_core_avatar_original_max_width

apply_filters( 'bp_core_avatar_original_max_width', (int)$bp->avatar->original_max_width )

Continue reading →

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

bp_core_avatar_original_max_filesize

apply_filters( 'bp_core_avatar_original_max_filesize', (int)$bp->avatar->original_max_filesize )

Continue reading →

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

bp_core_avatar_full_width

apply_filters( 'bp_core_avatar_full_width', bp_core_avatar_dimension( 'full', 'width' ) )

Continue reading →

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

bp_core_avatar_item_id

apply_filters( 'bp_core_avatar_item_id', $item_id, $object )

Continue reading →

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

bp_core_avatar_full_height

apply_filters( 'bp_core_avatar_full_height', bp_core_avatar_dimension( 'full', 'height' ) )

Continue reading →

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

bp_core_avatar_folder_url

apply_filters( 'bp_core_avatar_folder_url', bp_core_avatar_url() . '/' . $avatar_dir . '/' . $item_id, $item_id, $object, $avatar_dir )

Continue reading →

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

bp_core_avatar_folder_dir

apply_filters( 'bp_core_avatar_folder_dir', bp_core_avatar_upload_path() . '/' . $avatar_dir . '/' . $item_id, $item_id, $object, $avatar_dir )

Continue reading →

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

bp_core_avatar_dir

apply_filters( 'bp_core_avatar_dir', $avatar_dir, $object )

Continue reading →

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

bp_core_avatar_default

apply_filters( 'bp_core_avatar_default', $bp->avatar->full->default )

Continue reading →

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

bp_core_avatar_dimension

apply_filters( 'bp_core_avatar_dimension', $dim, $type, $h_or_w )

Continue reading →

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

bp_core_autocomplete_ids

apply_filters( 'bp_core_autocomplete_ids', $user_ids, $_GET['q'], $limit )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.php 

bp_core_avatar_alt

apply_filters( 'bp_core_avatar_alt', $item_name, $item_id, $object ) )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-avatars.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 

bp_core_admin_bar_rtl_css

apply_filters( 'bp_core_admin_bar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), '20110723' )

Continue reading →

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

bp_core_admin_css

apply_filters( 'bp_core_admin_css', BP_PLUGIN_URL . '/bp-core/css/admin.dev.css' ), array(), '20110723' )

Continue reading →

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

bp_core_activity_registered_member_action

apply_filters( 'bp_core_activity_registered_member_action', sprintf( __( '%s became a registered member', 'buddypress' ), $userlink ), $user_id )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_core_admin_bar_css

apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array( 'admin-bar' ), '20110723' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-adminbar.php, /bp-core/bp-core-buddybar.php 

bp_core_activation_signup_user_notification_subject

apply_filters( 'bp_core_activation_signup_user_notification_subject', $subject, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_user_notification_to

apply_filters( 'bp_core_activation_signup_user_notification_to',   $user_email, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_user_notification_message

apply_filters( 'bp_core_activation_signup_user_notification_message', $message, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_to

apply_filters( 'bp_core_activation_signup_blog_notification_to',   $user_email, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_subject

apply_filters( 'bp_core_activation_signup_blog_notification_subject', $subject, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_message

apply_filters( 'bp_core_activation_signup_blog_notification_message', $message, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activate_account

apply_filters( 'bp_core_activate_account', bp_core_activate_signup( $_GET['key'] ) )

Continue reading →

Component: bp-members  | File: /bp-members/bp-members-signup.php 

bp_button_ . $component . _ . $id

apply_filters( 'bp_button_' . $component . '_' . $id, $this->contents, $this, $before, $after )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-classes.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_blog_last_active

apply_filters( 'bp_blog_last_active', bp_core_get_last_activity( $blogs_template->blog->last_activity, __( 'active %s', 'buddypress' ) ) )

Continue reading →

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

bp_blog_gravatar_default

apply_filters( 'bp_blog_gravatar_default',  $bp->grav_default->user )

Continue reading →

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

bp_blog_description

apply_filters( 'bp_blog_description', bp_get_blog_description() )

Continue reading →

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

bp_blogs_template_my_blogs

apply_filters( 'bp_blogs_template_my_blogs', 'members/single/home' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-screens.php 

bp_blogs_template_create_a_blog

apply_filters( 'bp_blogs_template_create_a_blog', 'blogs/create' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-screens.php 

bp_blogs_screen_index

apply_filters( 'bp_blogs_screen_index', 'blogs/index' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-screens.php 

bp_blogs_record_post_post_types

apply_filters( 'bp_blogs_record_post_post_types', array( 'post' ) ) ) )

Continue reading →

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

bp_blogs_record_activity_content

apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-activity.php 

bp_blogs_record_comment_post_types

apply_filters( 'bp_blogs_record_comment_post_types', array( 'post' ) ) ) )

Continue reading →

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

bp_blogs_record_activity_action

apply_filters( 'bp_blogs_record_activity_action', $action )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-activity.php 

bp_blogs_get_blogs

apply_filters( 'bp_blogs_get_blogs', BP_Blogs_Blog::get( $type, $per_page, $page, $user_id, $search_terms ), $params )

Continue reading →

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

bp_blogs_blog_user_id_before_save

apply_filters( 'bp_blogs_blog_user_id_before_save', $this->user_id, $this->id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-classes.php 

bp_blogs_blog_id_before_save

apply_filters( 'bp_blogs_blog_id_before_save', $this->blog_id, $this->id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-classes.php 

bp_blogs_activity_new_post_primary_link

apply_filters( 'bp_blogs_activity_new_post_primary_link', $post_permalink,   $post_id               )

Continue reading →

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

bp_blogs_activity_new_post_content

apply_filters( 'bp_blogs_activity_new_post_content',      $activity_content, $post, $post_permalink )

Continue reading →

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

bp_blogs_activity_new_post_action

apply_filters( 'bp_blogs_activity_new_post_action',       $activity_action,  $post, $post_permalink )

Continue reading →

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

bp_blogs_activity_created_blog_primary_link

apply_filters( 'bp_blogs_activity_created_blog_primary_link', get_site_url( $recorded_blog->blog_id ), $recorded_blog->blog_id )

Continue reading →

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

bp_blogs_activity_created_blog_action

apply_filters( 'bp_blogs_activity_created_blog_action', sprintf( __( '%s created the site %s', 'buddypress'), bp_core_get_userlink( $recorded_blog->user_id ), '<a href="' . get_site_url( $recorded_blog->blog_id ) . '">' . esc_attr( $name ) . '

Continue reading →

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

bp_autocomplete_max_results

apply_filters( 'bp_autocomplete_max_results', 10 )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/_inc/ajax.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_activity_truncate_entry

apply_filters( 'bp_activity_truncate_entry', $excerpt, $text, $append_text )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-filters.php 

bp_activity_user_can_delete

apply_filters( 'bp_activity_user_can_delete', $can_delete )

Continue reading →

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

bp_activity_total_activities_sql

apply_filters( 'bp_activity_total_activities_sql', $wpdb->prepare( "SELECT count(a.id) FROM {$bp->activity->table_name} a {$where_sql} ORDER BY a.date_recorded {$sort}" ), $where_sql, $sort )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-classes.php 

bp_activity_thumbnail_content_images

apply_filters( 'bp_activity_thumbnail_content_images', $content, $matches )

Continue reading →

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

bp_activity_template_profile_activity_permalink

apply_filters( 'bp_activity_template_profile_activity_permalink', 'members/single/activity/permalink' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_template_my_activity

apply_filters( 'bp_activity_template_my_activity', 'members/single/home' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_template_mention_activity

apply_filters( 'bp_activity_template_mention_activity', 'members/single/home' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_template_groups_activity

apply_filters( 'bp_activity_template_groups_activity', 'members/single/home' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_template_friends_activity

apply_filters( 'bp_activity_template_friends_activity', 'members/single/home' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_template_favorite_activity

apply_filters( 'bp_activity_template_favorite_activity', 'members/single/home' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_post_update_object

apply_filters( 'bp_activity_post_update_object',  $_POST['whats-new-post-object'] )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-actions.php 

bp_activity_screen_index

apply_filters( 'bp_activity_screen_index', 'activity/index' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-screens.php 

bp_activity_post_update_item_id

apply_filters( 'bp_activity_post_update_item_id', $_POST['whats-new-post-in']     )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-actions.php 

bp_activity_post_update_content

apply_filters( 'bp_activity_post_update_content', $_POST['whats-new']             )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-actions.php 

bp_activity_post_comment_content

apply_filters( 'bp_activity_post_comment_content', $_POST['ac_input_' . $activity_id] )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-actions.php 

bp_activity_post_comment_activity_id

apply_filters( 'bp_activity_post_comment_activity_id', $_POST['comment_form_id'] )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-actions.php 

bp_activity_new_update_content

apply_filters( 'bp_activity_new_update_content', $activity_content )

Continue reading →

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

bp_activity_new_update_primary_link

apply_filters( 'bp_activity_new_update_primary_link', $primary_link )

Continue reading →

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

bp_activity_new_update_action

apply_filters( 'bp_activity_new_update_action', $activity_action )

Continue reading →

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

bp_activity_new_comment_notification_to

apply_filters( 'bp_activity_new_comment_notification_to', $to )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_new_comment_notification_message

apply_filters( 'bp_activity_new_comment_notification_message', $message, $poster_name, $content, $thread_link, $settings_link )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_new_comment_notification_subject

apply_filters( 'bp_activity_new_comment_notification_subject', $subject, $poster_name )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_new_comment_notification_comment_author_to

apply_filters( 'bp_activity_new_comment_notification_comment_author_to', $to )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_new_comment_notification_comment_author_subject

apply_filters( 'bp_activity_new_comment_notification_comment_author_subject', $subject, $poster_name )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_new_comment_notification_comment_author_message

apply_filters( 'bp_activity_new_comment_notification_comment_author_message', $message, $poster_name, $content, $settings_link )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_has_more_items

apply_filters( 'bp_activity_has_more_items', $has_more_items )

Continue reading →

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

bp_activity_get_user_join_filter

apply_filters( 'bp_activity_get_user_join_filter', $wpdb->prepare( "{$select_sql} {$from_sql} {$where_sql} ORDER BY a.date_recorded {$sort} {$pag_sql}" ), $select_sql, $from_sql, $where_sql, $sort, $pag_sql ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-classes.php 

bp_activity_get_specific

apply_filters( 'bp_activity_get_specific', BP_Activity_Activity::get( $max, $page, $per_page, $sort, false, false, $display_comments, $show_hidden, false, $activity_ids ) )

Continue reading →

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

bp_activity_get_user_favorites

apply_filters( 'bp_activity_get_user_favorites', $favs )

Continue reading →

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

bp_activity_get_meta

apply_filters( 'bp_activity_get_meta', $retval, $activity_id, $meta_key )

Continue reading →

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

bp_activity_get_last_updated

apply_filters( 'bp_activity_get_last_updated', BP_Activity_Activity::get_last_updated() )

Continue reading →

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

bp_activity_get_activity_id

apply_filters( 'bp_activity_get_activity_id', BP_Activity_Activity::get_id( $user_id, $component, $type, $item_id, $secondary_item_id, $action, $content, $date_recorded ) )

Continue reading →

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

bp_activity_get_comment_count

apply_filters( 'bp_activity_get_comment_count', (int)$count )

Continue reading →

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

bp_activity_get_action

apply_filters( 'bp_activity_get_action', $bp->activity->actions->{$component_id}->{$key}, $component_id, $key )

Continue reading →

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

bp_activity_excerpt_length

apply_filters( 'bp_activity_excerpt_length', 358 )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-filters.php 

bp_activity_excerpt_append_text

apply_filters( 'bp_activity_excerpt_append_text', __( '[Read more]', 'buddypress' ) )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-filters.php 

bp_activity_delete_comment_pre

apply_filters( 'bp_activity_delete_comment_pre', true, $activity_id, $comment_id ) )

Continue reading →

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

bp_activity_custom_update

apply_filters( 'bp_activity_custom_update', $_POST['object'], $_POST['item_id'], $_POST['content'] )

Continue reading →

Component: bp-activity, bp-themes  | File: /bp-activity/bp-activity-actions.php, /bp-themes/bp-default/_inc/ajax.php 

bp_activity_comment_user_link

apply_filters( 'bp_activity_comment_user_link', $user_link )

Continue reading →

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

bp_activity_current_comment

apply_filters( 'bp_activity_current_comment', $current_comment )

Continue reading →

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

bp_activity_comment_user_id

apply_filters( 'bp_activity_comment_user_id', $user_id )

Continue reading →

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

bp_activity_comment_name

apply_filters( 'bp_activity_comment_name', $name )

Continue reading →

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

bp_activity_comment_id

apply_filters( 'bp_activity_comment_id', $comment_id )

Continue reading →

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

bp_activity_comment_delete_link

apply_filters( 'bp_activity_comment_delete_link', $link )

Continue reading →

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

bp_activity_comment_date_recorded

apply_filters( 'bp_activity_comment_date_recorded', $date_recorded )

Continue reading →

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

bp_activity_comment_content

apply_filters( 'bp_activity_comment_content', $content )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-functions.php, /bp-activity/bp-activity-template.php 

bp_activity_comment_action

apply_filters( 'bp_activity_comment_action', sprintf( __( '%s posted a new activity comment', 'buddypress' ), bp_core_get_userlink( $user_id ) ) )

Continue reading →

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

bp_activity_comments_user_join_filter

apply_filters( 'bp_activity_comments_user_join_filter', $wpdb->prepare( "SELECT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name{$fullname_select} FROM {$bp->activity->table_name} a, {$wpdb->users} u{$fullname_from} WHERE u.ID 

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-classes.php 

bp_activity_check_exists_by_content

apply_filters( 'bp_activity_check_exists_by_content', BP_Activity_Activity::check_exists_by_content( $content ) )

Continue reading →

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

bp_activity_can_favorite

apply_filters( 'bp_activity_can_favorite', $can_favorite )

Continue reading →

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

bp_activity_can_comment

apply_filters( 'bp_activity_can_comment', $can_comment )

Continue reading →

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

bp_activity_can_comment_reply

apply_filters( 'bp_activity_can_comment_reply', $can_comment, $comment )

Continue reading →

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

bp_activity_at_message_notification_to

apply_filters( 'bp_activity_at_message_notification_to', $to )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_at_message_notification_subject

apply_filters( 'bp_activity_at_message_notification_subject', $subject, $poster_name )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_at_message_notification_message

apply_filters( 'bp_activity_at_message_notification_message', $message, $poster_name, $content, $message_link, $settings_link )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-notifications.php 

bp_activity_allowed_tags

apply_filters( 'bp_activity_allowed_tags', $activity_allowedtags )

Continue reading →

Component: bp-activity  | File: /bp-activity/bp-activity-filters.php 

bp_active_components

apply_filters( 'bp_active_components', $active_components )

Continue reading →

Component: bp-core  | File: /bp-core/admin/bp-core-admin.php, /bp-core/admin/bp-core-update.php, /bp-core/bp-core-loader.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_acomment_name

apply_filters( 'bp_acomment_name', $activities_template->activity->current_comment->user_fullname, $activities_template->activity->current_comment )

Continue reading →

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

bp_ . $this->id . _slug

apply_filters( 'bp_' . $this->id . '_slug',          $r['slug']          )

Continue reading →

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

bp_ . $this->id . _search_string

apply_filters( 'bp_' . $this->id . '_search_string', $r['search_string'] )

Continue reading →

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

bp_ . $this->id . _root_slug

apply_filters( 'bp_' . $this->id . '_root_slug',     $r['root_slug']     )

Continue reading →

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

bp_ . $this->id . _notification_callback

apply_filters( 'bp_' . $this->id . '_notification_callback', $r['notification_callback'] )

Continue reading →

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

add_signup_meta

apply_filters( 'add_signup_meta', $meta )

Continue reading →

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

bp_ . $this->id . _has_directory

apply_filters( 'bp_' . $this->id . '_has_directory', $r['has_directory'] )

Continue reading →

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

$filter

apply_filters( $filter, '<a href="' . $link . '">' . $text . '</a>', (int)$total_items )

Continue reading →

Component: bp-activity, bp-friends, bp-groups, bp-messages  | File: /bp-activity/bp-activity-functions.php, /bp-friends/bp-friends-activity.php, /bp-groups/bp-groups-activity.php, /bp-messages/bp-messages-functions.php 

“bp_core_default_avatar_$object”

apply_filters( "bp_core_default_avatar_$object", BP_PLUGIN_URL . '/bp-core/images/mystery-man.jpg', $params )

Continue reading →

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