Filter whether the Tiled Gallery and Image Compare blocks should skip the external Photon (i0.wp.com) domain and build image URLs on the site’s own host instead. Defaults to true on VIP sites only, and false everywhere else. Changing this changes the markup Tiled Gallery saves, because it bakes the image URLs into its save() output. Galleries saved under the previous value stay valid — the block ships a deprecation for each image host, so flipping this either way is safe — and they are re-serialized with the new URLs the next time they are saved. Image Compare only uses this for its editor previews; its save() writes the attachment URLs through untouched, so its saved markup does not depend on this value.
Parameters
- $skip_photon_domain
bool Whether to skip the external Photon domain.
Changelog
- Introduced in Jetpack 16.2