bp_groups_set_group_type, $group_id, $group_type, $append

bp_groups_set_group_type, $group_id, $group_type, $append

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_groups_set_group_type, $group_id, $group_type, $append') is found 1 times:

  • /bp-groups/bp-groups-functions.php line 3272
    		 * @param int          $group_id   ID of the group whose group type has been updated.
    		 * @param string|array $group_type Group type or array of group types.
    		 * @param bool         $append     Whether the type is being appended to existing types.
    		 */
    		do_action( 'bp_groups_set_group_type', $group_id, $group_type, $append );
    	}
    
    	return $retval;
    }
    
    /**