Working in WordPress. I need to use the API to connect and loop thru and display images in a folder.
How do I get the display-able image url? Everything I search tells me to use
get_temporary_link
But when I go to the docs for that, it tells me I shouldn't be using this for my purpose, saying:
"This URL should not be used to display content directly in the browser. "
I'm using list_folder and succesfully pulling lots and lots of data about the images in the folder, I don't understand why the displayable url of the image is not included in the returned object. Seems that would be the perfect place to do it.
What am I supposed to use then?