wrap_template.inc.php 187 Bytes
<?php defined('ABSPATH') or die('Access denied.'); ?>

<?php
/** @var string $tableContent */
/** @var WPDataTable $this */
?>
<div class="wpdt-c">
    <?php echo $tableContent; ?>
</div>