get_post_galleries_images
get_post_galleries_images ( $post = 0 )
Parameters:- (int|WP_Post) post Optional. Post ID or WP_Post object. Default is global `$post`.
See:Returns:- (array) A list of lists, each containing image srcs parsed. from an expanded shortcode
Defined at: - Introduced in WordPress: 3.6.0
- Deprecated in WordPress: —
Description
Retrieves the image srcs from galleries from a post's content, if present.