WC_Query::layered_nav_init()publicWC 1.0

Deprecated from version 2.6.0. It is no longer supported and can 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.

Return

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 8.7.0

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