Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active October 8, 2019 17:59
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/4572a08a72691bc387dfc603c8ab51ff to your computer and use it in GitHub Desktop.
Save vanaf1979/4572a08a72691bc387dfc603c8ab51ff to your computer and use it in GitHub Desktop.
<?php
function load_acf_json( string $file ) : array {
return json_decode( file_get_contents( get_template_directory() . $file ) , true );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment