WP_Locale::get_list_item_separator(): string

In this article

Retrieves the localized list item separator.

Return

string Localized list item separator.

Source

public function get_list_item_separator() {
	return $this->list_item_separator;
}

Changelog

VersionDescription
6.0.0Introduced.

User Contributed Notes

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