oont-contents/plugins/string-locator/includes/Extension/SearchReplace/template/error-notice.php
2025-02-08 15:10:23 +01:00

17 lines
300 B
PHP

<?php
/**
* Template for notices returned form the REST API when performing a replacement.
*/
if ( ! defined( 'ABSPATH' ) ) {
die();
}
?>
<script id="tmpl-string-locator-replace-error" type="text/template">
<div class="notice notice-error">
<p>
{{ data.message }}
</p>
</div>
</script>