walk_page_tree

Definition:
function walk_page_tree($pages, $depth, $current_page, $r) {}

Retrieve HTML list content for page list.

Parameters

  • $pages
  • $depth
  • $current_page
  • $r

Source code

function walk_page_tree($pages, $depth, $current_page, $r) {

	if ( empty($r['walker']) )

		$walker = new Walker_Page;

	else

		$walker = $r['walker'];



	$args = array($pages, $depth, $r, $current_page);

	return call_user_func_array(array(&$walker, 'walk'), $args);

}

3345

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: