wordpress / latest / functions / wp_get_list_item_separator.html

wp_get_list_item_separator(): string

Retrieves the list item separator based on the locale.

Return

string Locale-specific list item separator.

Source

File: wp-includes/l10n.php. View all references

function wp_get_list_item_separator() {
	global $wp_locale;

	return $wp_locale->get_list_item_separator();
}

Changelog

Version Description
6.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_get_list_item_separator