HEX
Server: Apache
System: Linux webm005.cluster114.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: epubdjye (129326)
PHP: 8.5.7
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/epubdjye/www17/wp-content/plugins_bcknd/smart-slider-3/includes/integrations/jetpack.php
<?php

function NextendSmartSlider_jetpack_photon_skip_image($val, $src, $tag) {
    if (N2AssetsManager::$image->match($src)) {
        return true;
    }

    return $val;
}


N2Pluggable::addAction('n2_assets_manager_started', function () {
    add_filter('jetpack_photon_skip_image', 'NextendSmartSlider_jetpack_photon_skip_image', 10, 3);
});