On this page
WP_Locale::get_list_item_separator(): string
Retrieves the localized list item separator.
Return
string Localized list item separator.
Source
File: wp-includes/class-wp-locale.php. View all references
public function get_list_item_separator() {
return $this->list_item_separator;
}
Related
Used By
| Used By | Description |
|---|---|
| wp_get_list_item_separator() wp-includes/l10n.php | Retrieves the list item separator based on the locale. |
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_locale/get_list_item_separator