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 (1443)

API Hooks navigation

← more hooks

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 

API Hooks navigation

← more hooks
Proudly powered by WordPress