Hi everybody!
As a none coder I totally love the well structured GUI of ACF. And I always wonder why all topics here are answered only with code examples. And I wonder why the ACF GUI does not have any code interface. They both seam like completly separate worlds.
Isn´t there any way to use the GUI and then just in specific parts enter some code snippets right there where the GUI is missing a specific functionality? Like a code editor module that can be added within a field definition?
Or is there any addon that shows the code the GUI settings create directly at the GUI?
Thanks!
Sascha
To bring it to more simply words: I guess a direct access to the functions.php from within the GUI would be great 😉
To add settings from within the field defention screen with this type of code:
https://www.advancedcustomfields.com/resources/adding-custom-settings-fields/
Or adding complete field types including settings from the Fieldgroup Screen with this type of code:
https://www.advancedcustomfields.com/resources/creating-a-new-field-type/
somehow in the spirit of this plugin:
https://de.wordpress.org/plugins/code-snippets/
But more integrated into the process of creating custom fields with the ACF GUI
Any idea if something like that allready exists as an addon?
Thanks!