Log1x / acf-composer

Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
https://github.com/Log1x/acf-composer
MIT License
398 stars 53 forks source link

🧑‍💻 Improve option page awareness in fields and blocks #250

Closed Log1x closed 1 month ago

Log1x commented 1 month ago

This PR improves compatibility with using option page field values for dynamically creating field groups in fields and blocks. This is done by ensuring that option pages are always loaded & registered prior to composing fields and blocks.

I also increased the default hook priority to 100 which should improve general compatibility with plugins such as ACF Extended when exploring more advanced functionality.

Change log

Enhancements