| | |
| | | |
| | | public function __construct() |
| | | { |
| | | $this->cache = Cache::for('menu', WEEK_IN_SECONDS)->connectTo('post', 'menu_item'); |
| | | $this->cache = Cache::for('menu', WEEK_IN_SECONDS)->connect('post'); |
| | | add_action('init', [ $this, 'registerBlock' ]); |
| | | } |
| | | |
| | |
| | | |
| | | ?> |
| | | <div class="menu-item<?= !empty($variations) ? ' variable' : '' ?>" data-section="<?=$slug?>"> |
| | | <div class="header row btw"> |
| | | <div class="header row x-btw"> |
| | | <h3><?= $values['post_title']?></h3> |
| | | <p class="price"><?= $priceRange ?></p> |
| | | </div> |
| | | <div class="description"> |
| | | <?= Render::renderFrom($meta, 'post_excerpt')?> |
| | | </div> |
| | | <div class="info row end"> |
| | | <div class="info row right"> |
| | | <?php |
| | | if (empty($variations)) { |
| | | Form::renderFrom($meta, |