Hi Anh,
My code is called out of the box, as you may have noticed with wp-load.php being require on top of it.
I am trying to get all fields IDs declared in several $meta_boxes to get all values for a specific post and child posts to create an excel export of it.
Seems to work fine on a single install of wordpress, problem is the network is calling only the blog_id 1, even with the switch_to_blog(2) before my code.
so i am pretty sure that the code is called after priority 20.
Still trying to figure it out, but if you have any idea, that would be great 🙂
thanks for your help,
Kevin