8 lines
380 B
PHP
8 lines
380 B
PHP
<?php
|
|
/* Prohibit direct script loading */
|
|
defined('ABSPATH') || die('No direct script access allowed!');
|
|
?>
|
|
<div class="success updated wpmf-notice wpmf-is-dismissible">
|
|
<p><strong><?php esc_html_e('Saved successfully', 'wpmf'); ?></strong></p>
|
|
<button type="button" class="wpmf-notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button>
|
|
</div>
|