On multisite, my plugin stores the option with key ‘APF_Option’ on every blog, in separate tables ‘prefix_blogid_option’.
When I call getOption(), I get the value stored on the current blog table, but I want to display the option saved on another blog.
For example, I’m on blog 1 and I want option stored on blog 2.
I hope I’m clear enough…
Thanks