File "ClearCache.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ClearCache.php
File size: 481 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Nextend\SmartSlider3\Application\Admin\Settings;
/**
* @var $this ViewSettingsClearCache
*/
?>
<form id="n2_slider_clear_cache_form" action="<?php echo esc_url($this->getAjaxUrlSettingsClearCache()); ?>" method="post">
<?php
$this->renderForm();
?>
</form>
<script>
document.querySelector('.n2_slider_clear_cache').addEventListener('click', function () {
document.getElementById('n2_slider_clear_cache_form').submit();
});
</script>