Warning: This method has been deprecated.

WC_Abstract_Legacy_Product::get_gallery_attachment_ids()

Returns the gallery attachment ids.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/legacy/abstract-wc-legacy-product.php

	public function get_gallery_attachment_ids() {
		wc_deprecated_function( 'WC_Product::get_gallery_attachment_ids', '3.0', 'WC_Product::get_gallery_image_ids' );
		return $this->get_gallery_image_ids();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.