| 1 |
<?php |
| 2 |
// If this file is called directly, abort. |
| 3 |
if (!defined('ABSPATH')) { |
| 4 |
exit; |
| 5 |
} |
| 6 |
|
| 7 |
|
| 8 |
/** |
| 9 |
* Provide a admin area view for the plugin |
| 10 |
* |
| 11 |
* This file is used to markup the admin-facing aspects of the plugin. |
| 12 |
* |
| 13 |
* @link https://searchatlas.com |
| 14 |
* @since 1.0.0 |
| 15 |
* |
| 16 |
* @package Metasync |
| 17 |
* @subpackage Metasync/admin/partials |
| 18 |
*/ |
| 19 |
?> |
| 20 |
|
| 21 |
<!-- This file should primarily consist of HTML with a little bit of PHP. --> |
| 22 |
|