PluginProbe ʕ •ᴥ•ʔ
Zenchef widget integration / 1.3.0
Zenchef widget integration v1.3.0
1.3.0 1.0.1 1.2.0 trunk 1.0.0
zenchef-widget-integration / views / main.php
zenchef-widget-integration / views Last commit date
backoffice 2 weeks ago main.php 2 weeks ago
main.php
9 lines
1 <?php if (!defined('WPINC')) { die; } ?>
2 <?php if ($restaurant_id !== ''): ?>
3 <div class='zc-widget-config'
4 <?php foreach ($data_attributes as $name => $value): ?>
5 <?php echo esc_attr($name) ?>="<?php echo esc_attr($value) ?>"
6 <?php endforeach; ?>
7 ></div>
8 <?php endif; ?>
9