Uses
| Uses | Description |
|---|---|
| wp-includes/general-template.php: the_weekday_date | Filters the localized date on which the post was written, for display. |
| wp-includes/general-template.php: get_post_time() | Retrieve the time at which the post was written. |
| wp-includes/class-wp-locale.php: WP_Locale::get_weekday() | Retrieve the full translated weekday word. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |