Warning: This method has been deprecated. due to performance concerns instead.

WC_Query::get_products_in_view()

Get an unpaginated list all product IDs (both filtered and unfiltered). Makes use of transients.


Description Description


Source Source

File: includes/class-wc-query.php

	public function get_products_in_view() {
		wc_deprecated_function( 'get_products_in_view', '2.6' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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