wrap_template.inc.php 187 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php defined('ABSPATH') or die('Access denied.'); ?> <?php /** @var string $tableContent */ /** @var WPDataTable $this */ ?> <div class="wpdt-c"> <?php echo $tableContent; ?> </div>