groups_group_create_complete, $bp->groups->new_group_id

groups_group_create_complete, $bp->groups->new_group_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('groups_group_create_complete, $bp->groups->new_group_id') is found 1 times:

  • /bp-groups/actions/create.php line 201
    			 * @since 1.1.0
    			 *
    			 * @param int $new_group_id ID of the newly created group.
    			 */
    			do_action( 'groups_group_create_complete', $bp->groups->new_group_id );
    
    			bp_core_redirect( bp_get_group_url( $bp->groups->current_group ) );
    		} else {
    			/**
    			 * Since we don't know what the next step is going to be (any plugin can insert steps)
    			 * we need to loop the step array and fetch the next step that way.