You appear to be a bot. Output may be restricted
Description
Instance version of get_layered_nav_chosen_attributes, needed for unit tests.
Usage
$array = WC_Query::get_layered_nav_chosen_attributes_inst();
Parameters
Returns
array
Source
File name: woocommerce/includes/class-wc-query.php
Lines:
1 to 3 of 3
protected function get_layered_nav_chosen_attributes_inst() { return self::get_layered_nav_chosen_attributes(); }