You appear to be a bot. Output may be restricted
Description
Usage
bw_post_Walker::start_el( $output, $object, $depth, $args, $current_object_id );
Parameters
- $output
- ( mixed ) required –
- $object
- ( mixed ) required –
- $depth
- ( mixed ) optional –
- $args
- ( mixed ) optional –
- $current_object_id
- ( mixed ) optional –
Returns
voidSource
File name: oik/includes/bw_noderef2.phpLines:
1 to 17 of 17
public function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) { $title = str_repeat( " ", $depth ); $title .= $object->post_title; $this->post_array[ $object->ID ] = $title; /* static $count; $count++; echo $count; echo ","; echo $object->ID; echo ","; echo $object->post_parent; echo ","; echo $depth; echo PHP_EOL; */ }View on GitHub View on Trac