Title: About json load
Last modified: July 8, 2021

---

# About json load

 *  Resolved [Jenish Shrestha](https://wordpress.org/support/users/jenish11/)
 * (@jenish11)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/about-json-load/)
 * Hi,
 * I was wondering, if we could save acf json file in a plugin and load the json
   file when the plugin gets activated and automatically all the custom fields gets
   assigned to their respective custom post type.
 * Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/about-json-load/#post-14639560)
 * Hello,
 * Thanks for the feedback! Yes absolutely, you can use the ACF Extended Json AutoSync
   PHP filters to save/load json files into a custom folder. [See documentation](https://www.acf-extended.com/features/field-groups/autosync#json-autosync).
 * Hope it helps!
 * Have a nice day!
 * Regards.
 *  Thread Starter [Jenish Shrestha](https://wordpress.org/support/users/jenish11/)
 * (@jenish11)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/about-json-load/#post-14642886)
 * Can this be done with acf blocks as well?
 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/about-json-load/#post-14646881)
 * Hello,
 * You can register ACF Block Types using the `acf_register_block_type()` function(
   [See documentation](https://www.advancedcustomfields.com/resources/acf_register_block_type/)).
 * If you register it in your plugin, then it will be available only when it is 
   activated. Note that you can also register Field Groups in PHP, in a similar 
   way using `acf_add_local_field_group()`. [See documentation](https://www.advancedcustomfields.com/resources/register-fields-via-php/).
 * Block Types registered in PHP will work with Field Groups registered in the DB,
   Json or PHP.
 * Hope it helps!
 * Have a nice day!
 * Regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘About json load’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/about-json-load/#post-14646881)
 * Status: resolved