Your IP : 216.73.217.143


Current Path : /home/ereika83/www/wp-content/plugins/wpdatatables/templates/frontend/
Upload File :
Current File : /home/ereika83/www/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 if ($this->isTableWCAG()) { ?> wpTableWCAG<?php } ?>">
    <?php echo $tableContent; ?>
</div>