WC_Query::get_layered_nav_chosen_attributes_inst
Instance version of get_layered_nav_chosen_attributes, needed for unit tests.
Method of the class: WC_Query{}
No Hooks.
Returns
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() WC Query::get layered nav chosen attributes inst code WC 10.8.1
protected function get_layered_nav_chosen_attributes_inst() {
return self::get_layered_nav_chosen_attributes();
}