6 lines
288 B
PHP
6 lines
288 B
PHP
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); ?>
|
|
<div class="updraft-exclude-panel-heading">
|
|
<h3><?php echo esc_html($title);?></h3>
|
|
<a href="#" class="updraft-exclude-modal-reset" style="display: inline;"><?php echo __('Back...', 'updraftplus');?></a>
|
|
</div>
|