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' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |