not in use

This commit is contained in:
2025-07-29 11:10:39 +00:00
parent 7fd20f4700
commit a1e45e203b

View File

@@ -1,18 +0,0 @@
<?php
/**
* Third party plugins that hijack the theme will call wp_head() to get the header template.
* We use this to start our output buffer and render into the view/page-plugin.twig template in footer.php
*
* If you're not using a plugin that requries this behavior (ones that do include Events Calendar Pro and
* WooCommerce) you can delete this file and footer.php
*/
global $params;
$templates = array('header.twig');
$context = Timber::context();
//$GLOBALS['timberContext'] = Timber::context();
//ob_start();
Timber::render( $templates, $context );