walk_page_dropdown_tree

Definition:
function walk_page_dropdown_tree() {}

Retrieve HTML dropdown (select) content for page list.

Source code

function walk_page_dropdown_tree() {

	$args = func_get_args();

	if ( empty($args[2]['walker']) ) // the user's options are the third parameter

		$walker = new Walker_PageDropdown;

	else

		$walker = $args[2]['walker'];



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

}

3343

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: