WP_Locale::get_list_item_separator() WordPress Method
The WP_Locale::get_list_item_separator() method is used to get the list item separator character for the current locale.
WP_Locale::get_list_item_separator() #
Retrieves the localized list item separator.
Return
(string) Localized list item separator.
Source
File: wp-includes/class-wp-locale.php
public function get_list_item_separator() { return $this->list_item_separator; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |