rl-warmup-plugin/templates/domain-list.php
2025-01-15 10:49:39 -06:00

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();