1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
// Make sure the file is not directly accessible. if ( ! defined( 'ABSPATH' ) ) { die( 'We\'re sorry, but you can not directly access this file.' ); }
?>
<div class="health-check-modal" data-modal-action="" data-parent-field=""> <div class="modal-content"> <span class="modal-close">×</span> <div id="dynamic-content"> </div> </div> </div>
|