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-actions-php (7)

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_create_group

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

Continue reading →

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

do_action( 'groups_group_create_complete', $bp->groups->new_group_id )

Continue reading →

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

groups_create_group_step_complete

do_action( 'groups_create_group_step_complete' )

Continue reading →

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

groups_create_group_step_save_ . $bp->groups->current_create_step

do_action( 'groups_create_group_step_save_' . $bp->groups->current_create_step )

Continue reading →

Component: bp-groups  | File: /bp-groups/bp-groups-actions.php 
Proudly powered by WordPress