I\'ve been using getMediaGalleryImages, but I just realized that doesn\'t return excluded images. Is there another similar method that does?
$product = $this->getProduct(); $galleryData = $product->getData('media_gallery');
Something like above code will get all Media images for a product.