Title: Turn on extended features programatically.
Last modified: May 11, 2021

---

# Turn on extended features programatically.

 *  Resolved [dan1982](https://wordpress.org/support/users/dan1982/)
 * (@dan1982)
 * [5 years ago](https://wordpress.org/support/topic/turn-on-extended-features-programatically/)
 * 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](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [5 years ago](https://wordpress.org/support/topic/turn-on-extended-features-programatically/#post-14426340)
 * 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](https://www.acf-extended.com/features/field-groups/raw-data)
   bouton, or the related [Field Raw Data](https://www.acf-extended.com/features/field-settings/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.

 * ![](https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550)
 * [Advanced Custom Fields: Extended](https://wordpress.org/plugins/acf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-extended/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/turn-on-extended-features-programatically/#post-14426340)
 * Status: resolved