DIR: /home/otwalrll/.trash/wp-content/plugins/wpdatatables/templates/frontend/ |
Current File : /home/otwalrll/.trash/wp-content/plugins/wpdatatables/templates/frontend/wrap_template.inc.php |
<?php defined('ABSPATH') or die('Access denied.'); ?> <?php /** @var string $tableContent */ /** @var WPDataTable $this */ ?> <div class="wpdt-c <?php echo 'wdt-skin-' . esc_attr($this->getTableSkin())?>"> <?php echo $tableContent; ?> </div> |