Starts the element output.
Description
The $args parameter holds additional values that may be used with the child class methods. Also includes the element output.
Parameters
$output
stringrequired- Used to append additional content (passed by reference).
$data_object
objectrequired- The data object.
$depth
intrequired- Depth of the item.
$args
arrayoptional- An array of additional arguments.
Default:
array()
$current_object_id
intoptional- ID of the current item. Default 0.
Source
public function start_el( &$output, $data_object, $depth = 0, $args = array(), $current_object_id = 0 ) {}
User Contributed Notes
You must log in before being able to contribute a note or feedback.