/var/www/hkosl.com/aga/wp-content/plugins/smart-slider-3/includes/integrations/tailor.php


1
2
3
4
5
6
7
8
9
<?php

if (!defined('ABSPATH')) {
    exit; 
// Exit if accessed directly
}

add_action('wp_ajax_tailor_render', function () {
    \
N2SS3Shortcode::forceIframe('tailor');
}, -
1);