How to shift all light probes in scene

I am trying to move all objects in a scene to keep the player camera near the origin (0,0,0). The problem is that I don’t know how to change the light probe positions. I imagine this should be like one line of code in the unity source somewhere. I just need to shift all the light probes in the entire scene. I don’t need to recalculate any positions or anything, just shift them all. Any ideas?

Any help would be much appreciated!

So you want to do this by writing code?
I would have given you some code, but I consider myself a noob coder.

Yeah in code