WC_Query::layered_nav_querypublicWC 1.0

Deprecated since 2.6.0 due to performance concerns. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Layered Nav post filter.

Method of the class: WC_Query{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Query = new WC_Query();
$WC_Query->layered_nav_query( $deprecated );
$deprecated(mixed) (required)
Deprecated.

Changelog

Deprecated since 2.6.0 due to performance concerns

WC_Query::layered_nav_query() code WC 9.9.5

public function layered_nav_query( $deprecated ) {
	wc_deprecated_function( 'layered_nav_query', '2.6' );
}