BP_Walker_Nav_Menu_Checklist::__construct( array|bool $fields = false )
Constructor.
Description
See also
- Walker_Nav_Menu::__construct(): for a description of parameters.
Parameters
- $fields
-
(Optional) See Walker_Nav_Menu::__construct().
Default value: false
Source
File: bp-core/classes/class-bp-walker-nav-menu-checklist.php
public function __construct( $fields = false ) { if ( $fields ) { $this->db_fields = $fields; } }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.