shell bypass 403
(function ($) {
"use strict";
$(window).on('elementor/frontend/init', () => {
elementorFrontend.hooks.addAction( 'frontend/element_ready/smartic-video-popup.default', ( $scope ) => {
$scope.find('.smartic-video-popup a.elementor-video-popup').magnificPopup({
type: 'iframe',
removalDelay: 500,
midClick: true,
closeBtnInside: true,
callbacks: {
beforeOpen: function() {
this.st.mainClass = this.st.el.attr('data-effect');
}
},
});
} );
});
})(jQuery);