/g, ">") .replace(/"/g, """) .replace(/'/g, "'"); } $('.blocks-gallery-item, .wp-block-image').each(function(i) { var $blck = $(this).find('img'), $isSrc = $blck.attr('src'); if (! $blck.closest('a').length) { $blck.wrap(''); } else { $blck.closest('a').addClass('glg-a-custom-wrap'); } if (typeof $blck.attr('alt') !== 'undefined' && $blck.attr('alt') !== '') { $blck.attr('alt', escapeHtml($blck.attr('alt'))); } }); $('.gallery, .ghozylab-gallery, .wp-block-gallery') .photobox('.carousel-item > a:not(".icp_custom_link"),a.glg-a-custom-wrap, .gallery-item > dt > a, .gallery-item > div > a',{ autoplay: true, time: 3000, thumbs: true, counter: '' }, callback); function callback(){ }; });