Brandon

Results 197 comments of Brandon

I actually did a fork adding classes but thought this project was abandoned.. https://github.com/Log1x/breadcrumb-trail Want me to redo my changes for dev-master and submit a proper PR? I also added...

I suggest asking ChatGPT about some of this stuff as it boils down to properly using classes/functions. Otherwise, you can use functions/classes inside of Composers as you would any other...

Hi. It is updated but I haven't published a release yet. For Acorn v4, you'll have to use `dev-master` for the moment. ``` composer require log1x/acf-composer:dev-master ```

https://github.com/Log1x/acf-composer/releases/tag/v3.0.0

I wouldn't switch because that'd involve a massive refactor for people wanting to upgrade, but I wouldn't be against supporting both. Extended looks really solid. ACF Builder isn't as active...

I've thought about this and while Extended ACF is great and I wish I would've known about it sooner, it simply does not fit with ACF Composer's current workflow and...

This will require a major version release due to not being backwards compatible. I'll try to merge soon.

definitely wanted to add some caching alongside #173 but I do not have time to work on it right this second. caching doesn't entirely depend on #173 though and I'm...

What did you do to narrow down the speed issues to ACF Builder, or specifically, building the field groups? Even on a very slow droplet and a pretty thick site,...

The only time I see a performance hit is when `acf_add_local_field_group` is ran – and no matter what caching I do, nothing changes that. I don't think I have any...