BP_Walker_Nav_Menu::walk( array $elements, int $max_depth, mixed $args )

Overrides Walker::walk() method.


Description Description


Parameters Parameters

$elements

(Required) See Walker::walk().

$max_depth

(Required) See Walker::walk().

$args

(Required) See Walker::walk().


Top ↑

Source Source

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

	public function walk( $elements, $max_depth ) {
		$args = array_slice( func_get_args(), 2 );

		return $this->do_walk( $elements, $max_depth, $args );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.