Brandon
Brandon
I was looking at the codebase. With Groups, we have `->endGroup()` but it seems like ACF dev's handled Accordion's a little differently. To end an accordion, we effectively have to...
### What feature do you want to see added? If possible, could a `PlotMoveEvent` be added? Ideally it'd have the ability to retrieve the old and new `PlotId`'s. ### Are...
I was curious what would be a sane way to configure the enabled features via a filter? I tried filtering `block_editor_settings` and setting certain items to `false` but that didn't...
Note: Will require lowering the minimum PHP version. https://github.com/10up/action-wordpress-plugin-deploy
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...
Very confused. In some environments, I'm finding `get_field_type()` to be throwing an exception (due to it missing on the `Column` class), `get_type()` is not ACF specific, and `get_acf_field_option('type')` is apparently...