This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

JR_Admin_Dashboard::output_list( $array, string $begin = '<ul>', string $end = '</ul>', bool $echo = true )

Returns/Outputs html list.


Package


Description Description


Parameters Parameters

$items

(array) (Required)

$begin

(string) (Optional) (optional)

Default value: '<ul>'

$end

(string) (Optional) (optional)

Default value: '</ul>'

$echo

(bool) (Optional) (optional)

Default value: true


Top ↑

Return Return

(string|void)


Premium WordPress Apps

Top ↑

User Contributed Notes User Contributed Notes

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