Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active October 8, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/b6d324f7a1ba34b0eb3bfe49123325a8 to your computer and use it in GitHub Desktop.
Save vanaf1979/b6d324f7a1ba34b0eb3bfe49123325a8 to your computer and use it in GitHub Desktop.
<?php
function acf_json_directory( string $path ) : string {
return get_template_directory() . '/my-custom-folder';
}
add_filter( 'acf/settings/save_json' , 'acf_json_directory' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment