BP_Walker_Nav_Menu_Checklist::__construct( array|bool $fields = false )

Constructor.

Description

See also

Parameters

$fields

(Optional) See Walker_Nav_Menu::__construct().

Default value: false

Source

File: bp-core/classes/class-bp-walker-nav-menu-checklist.php

29
30
31
32
33
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.