WP_Locale
Methods
1 to 11 of 11
- WP_Locale::__construct() – Constructor which calls helper methods to set up object variables.
- WP_Locale::_strings_for_pot() – Register date/time format strings for general POT.
- WP_Locale::get_meridiem() – Retrieve translated version of meridiem string.
- WP_Locale::get_month_abbrev() – Retrieve translated version of month abbreviation string.
- WP_Locale::get_month() – Retrieve the full translated month by month number.
- WP_Locale::get_weekday_abbrev() – Retrieve the translated weekday abbreviation.
- WP_Locale::get_weekday_initial() – Retrieve the translated weekday initial.
- WP_Locale::get_weekday() – Retrieve the full translated weekday word.
- WP_Locale::init() – Sets up the translated strings and object properties.
- WP_Locale::is_rtl() – Checks if current locale is RTL.
- WP_Locale::register_globals() – Global variables are deprecated.