Skip to content

Instantly share code, notes, and snippets.

@palmiak
Created October 28, 2018 23:17
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 palmiak/a5c20722747e8a88632c762df4f9e3be to your computer and use it in GitHub Desktop.
Save palmiak/a5c20722747e8a88632c762df4f9e3be to your computer and use it in GitHub Desktop.
<?php
function my_acf_block_render_callback( $block ) {
$vars['block'] = $block;
$vars['fields'] = get_fields();
Timber::render( '/template-parts/block/content-testimonial.twig', $vars );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment