How to get ID of images used in gallery?
How to get ID of images used in gallery?
Using $gallery = get_post_gallery_images( $post );
I only get a string with thumbnails url, without image ID which is needed for basically everything.
https://codex.wordpress.org/Function_Reference/get_post_gallery_images
(In the end I am looking for a way to get image object for all images used in gallery, I am searching in Codex but I can't find it)