WC_Query::layered_nav_initpublicWC 1.0

Deprecated since 2.6.0. 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 init.

Method of the class: WC_Query{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Query = new WC_Query();
$WC_Query->layered_nav_init();

Changelog

Deprecated since 2.6.0

WC_Query::layered_nav_init() code WC 10.8.1

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