Category: ACT
-
Saving the ACF JSON to your plugin or theme file.
Saving the ACF JSON files locally allows you to have version control over your field settings! Let’s learn how to do that. Create an acf-json directory Save the JSON Add the following in your functions.php file Now when you hit save/update for each ACF Group , it is going to generate a local JSON copies…