Skip to content

1.5.19

Latest

Choose a tag to compare

@jerome-barbato jerome-barbato released this 18 Jul 21:28
· 2 commits to 1.5.x since this release
  • Bugfix: Fix minor issues with WP7 and ACF
  • Feature: Add custom routes action support
custom_routes:
  script: script.js
add_action('custom_route_script', function (){

    header('Content-Type: application/javascript; charset=utf-8');

    $context = Timber::context();

    Timber::render('script.js.twig', $context);
});