Merge pull request #18284 from WPprodigy/update-docs-for-layerednav-function

Update docs.
This commit is contained in:
Claudiu Lodromanean 2018-01-02 09:33:27 -08:00 committed by GitHub
commit 8d78287da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {
if ( ! is_array( self::$_chosen_attributes ) ) {