Exclude image path from jetpack optimization

PHOTO EMBED

Mon Jul 24 2023 06:30:02 GMT+0000 (Coordinated Universal Time)

Saved by @Pulak #undefined

function my_photon_exception( $val, $src, $tag ) {
	if (strpos($src, '/plugins/location-weather-pro/') !== false || strpos($src, 'openweathermap.org/img') !== false ) {
	return true;
   }
return $val;
}
add_filter( 'jetpack_photon_skip_image', 'my_photon_exception', 10, 3 );
content_copyCOPY

https://researchchange.s1-tastewp.com/wp-admin/plugin-editor.php?plugin