wenpai.org/wp-content/plugins/elasticpress/includes/partials/dashboard-page.php
2024-06-21 23:57:39 +08:00

22 lines
415 B
PHP

<?php
/**
* Template for ElasticPress dashboard page
*
* @since 2.1
* @package elasticpress
*/
use ElasticPress\Elasticsearch;
use ElasticPress\Features;
use ElasticPress\IndexHelper;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
$index_meta = IndexHelper::factory()->get_index_meta();
?>
<?php require_once __DIR__ . '/header.php'; ?>
<div id="ep-dashboard" class="wrap"></div>