Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_timezone() | Retrieves the timezone from site settings as a |
wp-includes/functions.php: wp_date | Filters the date formatted based on the locale. |
wp-includes/functions.php: wp_maybe_decline_date() | Determines if the date should be declined. |
wp-includes/class-wp-locale.php: WP_Locale::get_month() | Retrieve the full translated month by month number. |
wp-includes/class-wp-locale.php: WP_Locale::get_month_abbrev() | Retrieve translated version of month abbreviation string. |
wp-includes/class-wp-locale.php: WP_Locale::get_meridiem() | Retrieve translated version of meridiem string. |
wp-includes/class-wp-locale.php: WP_Locale::get_weekday() | Retrieve the full translated weekday word. |
wp-includes/class-wp-locale.php: WP_Locale::get_weekday_abbrev() | Retrieve the translated weekday abbreviation. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |