<?php
/**
 * Thrive Themes - https://thrivethemes.com
 *
 * @package thrive-visual-editor
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Silence is golden!
}
?>
<div class="delete-notice">
	<p><#= title #></p>
	<p><#= text #></p>

	<button class="click" data-fn="no">
		<p><#= noText #></p>
	</button>
	<button class="click" data-fn="yes">
		<p><#= yesText #></p>
	</button>
</div>
