apply_filters( 'friends_template_requests', 'members/single/home' ) )
Continue reading →
apply_filters( 'friends_template_my_friends', 'members/single/home' ) )
Continue reading →
apply_filters( 'friends_notification_new_request_subject', $subject, $initiator_name )
Continue reading →
apply_filters( 'friends_notification_new_request_to', $to )
Continue reading →
apply_filters( 'friends_notification_new_request_message', $message, $initiator_name, $initiator_link, $all_requests_link, $settings_link )
Continue reading →
apply_filters( 'friends_notification_accepted_request_to', $to )
Continue reading →
apply_filters( 'friends_notification_accepted_request_subject', $subject, $friend_name )
Continue reading →
apply_filters( 'friends_notification_accepted_request_message', $message, $friend_name, $friend_link, $settings_link )
Continue reading →
apply_filters( 'friends_get_total_friend_count', $count )
Continue reading →
apply_filters( 'friends_get_recently_active', BP_Core_User::get_users( 'active', $per_page, $page, $user_id, $filter ) )
Continue reading →
apply_filters( 'friends_get_newest', BP_Core_User::get_users( 'newest', $per_page, $page, $user_id, $filter ) )
Continue reading →
apply_filters( 'friends_get_alphabetically', BP_Core_User::get_users( 'alphabetical', $per_page, $page, $user_id, $filter ) )
Continue reading →
apply_filters( 'friends_friendship_is_limited_before_save', $this->is_limited, $this->id )
Continue reading →
apply_filters( 'friends_friendship_initiator_user_id_before_save', $this->initiator_user_id, $this->id )
Continue reading →
apply_filters( 'friends_friendship_is_confirmed_before_save', $this->is_confirmed, $this->id )
Continue reading →
apply_filters( 'friends_friendship_friend_user_id_before_save', $this->friend_user_id, $this->id )
Continue reading →
apply_filters( 'friends_friendship_date_created_before_save', $this->date_created, $this->id )
Continue reading →
apply_filters( 'friends_activity_friendship_accepted_action', sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ), $friendship )
Continue reading →
apply_filters( 'bp_is_friend', friends_check_friendship_status( $bp->loggedin_user->id, $user_id ), $user_id )
Continue reading →
apply_filters( 'bp_get_total_friend_count', friends_get_total_friend_count( $user_id ) )
Continue reading →
apply_filters( 'bp_get_potential_friend_id', (int)$user_id )
Continue reading →
apply_filters( 'bp_get_member_total_friend_count', sprintf( __( '%d friend', 'buddypress' ), (int) $members_template->member->total_friend_count ) )
Continue reading →
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 →
apply_filters( 'bp_get_friend_friendship_id', $friendship_id )
Continue reading →
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 →
apply_filters( 'bp_get_friends_slug', $bp->friends->slug )
Continue reading →
apply_filters( 'bp_get_friends_root_slug', $bp->friends->root_slug )
Continue reading →
apply_filters( 'bp_get_friendship_requests', implode( ',', (array) friends_get_friendship_request_user_ids( $bp->loggedin_user->id ) ) )
Continue reading →
apply_filters( 'bp_get_add_friend_button', $button ) )
Continue reading →
apply_filters( 'bp_friend_get_total_requests_count', count( BP_Friends_Friendship::get_friend_user_ids( $user_id, true ) ) )
Continue reading →
apply_filters( $filter, '<a href="' . $link . '">' . $text . '</a>', (int)$total_items )
Continue reading →
do_action( 'friends_screen_requests' )
Continue reading →
do_action( 'friends_screen_notification_settings' )
Continue reading →
do_action( 'friends_remove_data', $user_id )
Continue reading →
do_action( 'friends_screen_my_friends' )
Continue reading →
do_action( 'friends_register_activity_actions' )
Continue reading →
do_action( 'friends_header_tabs' )
Continue reading →
do_action( 'friends_friendship_requested', $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id )
Continue reading →
do_action( 'friends_friendship_deleted', $friendship_id, $initiator_userid, $friend_userid )
Continue reading →
do_action( 'friends_friendship_accepted', $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id )
Continue reading →
do_action( 'friends_friendship_after_save', array( &$this ) )
Continue reading →
do_action( 'friends_format_notifications', $action, $item_id, $secondary_item_id, $total_items, $return )
Continue reading →
do_action( 'friends_before_remove_data', $user_id )
Continue reading →
do_action( 'friends_before_friendship_delete', $friendship_id, $initiator_userid, $friend_userid )
Continue reading →
do_action( 'bp_friends_sent_request_email', $friend_id, $subject, $message, $friendship_id, $initiator_id )
Continue reading →
do_action( 'bp_friends_sent_accepted_email', $initiator_id, $subject, $message, $friendship_id, $friend_id )
Continue reading →