etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: BuddyPress:: File: bp-friendsbp-friends-template-php (13)

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_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_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_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_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_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_add_friend_button

apply_filters( 'bp_get_add_friend_button', $button ) )

Continue reading →

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

bp_friend_get_total_requests_count

apply_filters( 'bp_friend_get_total_requests_count', count( BP_Friends_Friendship::get_friend_user_ids( $user_id, true ) ) )

Continue reading →

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

friends_header_tabs

do_action( 'friends_header_tabs' )

Continue reading →

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