14 lines
No EOL
349 B
PHP
14 lines
No EOL
349 B
PHP
<?php
|
|
|
|
// log_to_file("Running domain template");
|
|
|
|
// get_header();
|
|
|
|
// $list = new PostTypeList('domain', [
|
|
// 'title' => 'My Domains',
|
|
// 'no_items' => 'You haven\'t added any domains yet.',
|
|
// 'delete_confirm' => 'Are you sure you want to delete this domain? This action cannot be undone.'
|
|
// ]);
|
|
// $list->render();
|
|
|
|
// get_footer();
|