I have been working with an API where I’m calling it from a wordpress custom plugin. One of the response parameters that i need is Uid which is a long integer
This is what i’m getting on postmon
But when I try to print same response on php it rounds the number somehow??
Here is what i get on php side
Im using wp_remote_post method from wordpress.