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-groupsbp-groups-functions-php (32)

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_get_current_group

apply_filters( 'groups_get_current_group', $current_group )

Continue reading →

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

groups_update_group

do_action( 'groups_update_group', $group->id, $group )

Continue reading →

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

groups_uninvite_user

do_action( 'groups_uninvite_user', $group_id, $user_id )

Continue reading →

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

groups_unban_member

do_action( 'groups_unban_member', $group_id, $user_id )

Continue reading →

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

groups_settings_updated

do_action( 'groups_settings_updated', $group->id )

Continue reading →

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

groups_send_invites

do_action( 'groups_send_invites', $group_id, $invited_users )

Continue reading →

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

groups_remove_member

do_action( 'groups_remove_member', $group_id, $user_id )

Continue reading →

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

groups_remove_data_for_user

do_action( 'groups_remove_data_for_user', $user_id )

Continue reading →

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

groups_reject_invite

do_action( 'groups_reject_invite', $user_id, $group_id )

Continue reading →

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

groups_premote_member

do_action( 'groups_premote_member', $group_id, $user_id, $status )

Continue reading →

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

groups_membership_requested

do_action( 'groups_membership_requested', $requesting_user_id, $admins, $group_id, $requesting_user->id )

Continue reading →

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

groups_membership_rejected

do_action( 'groups_membership_rejected', $membership->user_id, $membership->group_id )

Continue reading →

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

groups_membership_accepted

do_action( 'groups_membership_accepted', $membership->user_id, $membership->group_id )

Continue reading →

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

groups_leave_group

do_action( 'groups_leave_group', $group_id, $user_id )

Continue reading →

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

groups_join_group

do_action( 'groups_join_group', $group_id, $user_id )

Continue reading →

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

groups_invite_user

do_action( 'groups_invite_user', $args )

Continue reading →

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

groups_details_updated

do_action( 'groups_details_updated', $group->id )

Continue reading →

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

groups_demote_member

do_action( 'groups_demote_member', $group_id, $user_id )

Continue reading →

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

groups_delete_group

do_action( 'groups_delete_group', $group_id)

Continue reading →

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

groups_create_group

do_action( 'groups_create_group', $group->id, $member, $group )

Continue reading →

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

groups_created_group

do_action( 'groups_created_group', $group->id )

Continue reading →

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

groups_before_delete_group

do_action( 'groups_before_delete_group', $group_id )

Continue reading →

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

groups_ban_member

do_action( 'groups_ban_member', $group_id, $user_id )

Continue reading →

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

groups_accept_invite

do_action( 'groups_accept_invite', $user_id, $group_id )

Continue reading →

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

groups_accept_all_pending_membership_requests

do_action( 'groups_accept_all_pending_membership_requests', $group_id )

Continue reading →

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

bp_groups_posted_update

do_action( 'bp_groups_posted_update', $content, $user_id, $group_id, $activity_id )

Continue reading →

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

bbpress_init

do_action( 'bbpress_init' )

Continue reading →

Component: bp-forums, bp-groups  | File: /bp-forums/bp-forums-functions.php, /bp-forums/bp-forums-screens.php, /bp-groups/bp-groups-classes.php, /bp-groups/bp-groups-functions.php 
Proudly powered by WordPress