header.php 511 B

123456789101112131415
  1. <?php
  2. /**
  3. * Third party plugins that hijack the theme will call wp_head() to get the header template.
  4. * We use this to start our output buffer and render into the view/page-plugin.twig template in footer.php
  5. *
  6. * If you're not using a plugin that requries this behavior (ones that do include Events Calendar Pro and
  7. * WooCommerce) you can delete this file and footer.php
  8. *
  9. * @package WordPress
  10. * @subpackage Timber
  11. * @since Timber 0.1
  12. */
  13. $GLOBALS['timberContext'] = Timber::context();
  14. ob_start();