Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Update README.md #290

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Setting the value of this field to "Yes" will show the field group in the WPGrap

When registering ACF Fields in PHP, you need to add `show_in_graphql` and `graphql_field_name` when defining your field group. See below as an example.

```
```php
function my_acf_add_local_field_groups() {

acf_add_local_field_group(array(
Expand Down