Files
old-new-wiaas/backend/app/plugins/wiaas/includes/admin/template/views/html-wiaas-template-selection.php

15 lines
334 B
PHP

<?php
// Exit if accessed directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<div>
<h3>
<strong class="item-title"><?php echo $title; ?></strong>
<strong class="item-title">[<?php echo $quantity; ?>]</strong>
<strong class="item-title">[<?php echo $connected_product_name; ?>]</strong>
</h3>
</div><?php