WC_Query::get_layered_nav_chosen_attributes_inst()protectedWC 1.0

Instance version of get_layered_nav_chosen_attributes, needed for unit tests.

Method of the class: WC_Query{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_layered_nav_chosen_attributes_inst();

WC_Query::get_layered_nav_chosen_attributes_inst() code WC 8.7.0

protected function get_layered_nav_chosen_attributes_inst() {
	return self::get_layered_nav_chosen_attributes();
}