groups_created_group, $group->id, $group

groups_created_group, $group->id, $group

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('groups_created_group, $group->id, $group') is found 1 times:

  • /bp-groups/bp-groups-functions.php line 303
    	 *
    	 * @param int             $id    ID of the newly created group.
    	 * @param BP_Groups_Group $group Instance of the group being updated.
    	 */
    	do_action( 'groups_created_group', $group->id, $group );
    
    	return $group->id;
    }
    
    /**
     * Edit the base details for a group.