Get attachments but only from post gallery?
If you are referring to the shortcode, then you can use the get_post_gallery() or get_post_galleries() function to retrieve the gallery data such as ids (a list of IDs separated with comma) and src (an array of image URLs). Sample code #1: (using get_post_gallery()) 1234 is the ID of the post containing the shortcode. $galry = … Read more