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

Constructor.

Description

See also

Parameters

$fields

(array|bool) (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.