getTable()->prepareItems(); include AEIDN_ROOT_PATH . '/layout/stats.php'; } /** * @return WpListTable */ public function getTable() { if ($this->table === null) { $this->table = new StatsTable(); } return $this->table; } }