Get Url of images
-
Hi !
thank you for this plugin ! It’s working great !
I want to know if it’s possible to get URLs of images on the front ?
I would like to have something like that:$images = get_images_from_wpsimplegalleries();
foreach ($images as $image){
<img src=” $image[‘url’]” />
}that’s possible ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get Url of images’ is closed to new replies.