• Resolved dan1982

    (@dan1982)


    I use Sage9 theme along with ACF Builder to make ACF fields using PHP rather than the WordPress ACF menu options.
    Is there anyway I can turn on the extended options for my field groups using code?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    The best way to know the PHP Field Groups & Fields Settings names related to the ACF Extended features, is to create the “Perfect Field Group” with the all the Fields configured from the ACF Field Group UI, and save it.

    Then you will be able to use the Field Group Raw Data bouton, or the related Field Raw Data button. You can also simply export the Field Group into PHP code using the ACF Tools menu.

    This way, you’ll get all settings data you want and you’ll be able to apply them in your framework. Once you’re done, you can simply remove the Field Group from the UI.

    Hope it helps!

    Have a nice day.

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘Turn on extended features programatically.’ is closed to new replies.