> For the complete documentation index, see [llms.txt](https://docs.acpt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acpt.io/developers/functions/get_acpt_meta_group_object.md).

# get\_acpt\_meta\_group\_object

Get a single field group object representation

Get a single field group object representation.

### Usage

```php
$group = get_acpt_meta_group_object('group');
```

### Parameters

| Parameter   | Type   | Required | Description           |
| ----------- | ------ | -------- | --------------------- |
| `groupName` | string | Required | The group name (slug) |

### Return

| Type        | Description                                                                                              |
| ----------- | -------------------------------------------------------------------------------------------------------- |
| `\stdClass` | An object representing the field group, including its label, display mode, belongs rules, and meta boxes |
| `null`      | If no group with the given name exists                                                                   |
