Update docs.

This commit is contained in:
Caleb Burks 2017-12-25 02:16:10 -06:00
parent eb60a17818
commit 2b4a756438
1 changed files with 3 additions and 1 deletions

View File

@ -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() { public static function get_layered_nav_chosen_attributes() {
if ( ! is_array( self::$_chosen_attributes ) ) { if ( ! is_array( self::$_chosen_attributes ) ) {