# elasticpress/4.7.2/includes/partials/sync-page.php

ElasticPress, version 4.7.2. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.7.2/code/includes/partials/sync-page.php
- Raw: https://pluginprobe.com/plugins/elasticpress/4.7.2/raw/includes/partials/sync-page.php
- Modified: 2022-05-26T12:34:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/4.7.2/code/includes/partials/sync-page.php#L10-L20`.

```php
<?php
/**
 * Template for ElasticPress sync page
 *
 * @since  4.0.0
 * @package elasticpress
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

require_once __DIR__ . '/header.php';
?>

<div id="ep-sync" class="wrap"></div>

```
