Hey there,
ich used the code `function my_photon_exception( $skip, $src ) {
if ( $src == 'MY_IMG_Source' ) {
return true;
}
return $skip;
}
add_filter( 'jetpack_photon_skip_image', 'my_photon_exception', 10, 3 );`
To let Photon ignore this pictures. What do I have to change to add more picture URLs so that Photon ignores these pictures too?
Thanx in advance.