Update docs.
This commit is contained in:
parent
eb60a17818
commit
2b4a756438
|
@ -731,7 +731,9 @@ class WC_Query {
|
|||
}
|
||||
|
||||
/**
|
||||
* Layered Nav Init.
|
||||
* Get an array of attributes and terms selected with the layered nav widget.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function get_layered_nav_chosen_attributes() {
|
||||
if ( ! is_array( self::$_chosen_attributes ) ) {
|
||||
|
|
Loading…
Reference in New Issue