Warning: This method has been deprecated. Replaced with taxonomy instead.

WC_Query::rating_filter_meta_query()

Return a meta query for filtering by rating.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-query.php

	public function rating_filter_meta_query() {
		return array();
	}

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.