Warning: This method has been deprecated. This feature has moved to includes/class-range-filters.php instead.

Inventory_Presser_Plugin::modify_query_for_max_price( object $query )

Modifies the $query to filter vehicles by prices for the Maximum Price Filter widget.

On This Page


Parameters Parameters

$query

(object) (Required) An instance of the WP_Query class.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: inventory-presser.php

		public function modify_query_for_max_price( $query ) {
			_doing_it_wrong( __METHOD__, 'This feature has moved to includes/class-range-filters.php.', '15.2.0' );
		}