Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Dec 4, 2023
1 parent 00740c8 commit d21ad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ use Extended\ACF\Location;
Location::where('post_type', 'post')->and('post_type', '!=', 'post') // available operators: ==, !=
```

> [!Note]
> [!NOTE]
> The `if` method was renamed to `where` in version 12, see the [upgrade guide](#upgrade-guide).
## Conditional Logic
Expand Down Expand Up @@ -723,7 +723,7 @@ ConditionalLogic::where(
)
```

> [!Important]
> [!IMPORTANT]
> Avoid using custom field keys unless you thoroughly understand them. The field keys are automatically generated when you use the `register_extended_field_group` function.
### `withSettings`
Expand Down

0 comments on commit d21ad72

Please sign in to comment.