Description
Filters the time a post was written for display.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 2694 |
Parameters
Type | Name | Description |
---|---|---|
string | $get_the_time | The formatted time. |
string | $format | Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. |
PHP Doc
/**
* Filters the time a post was written for display.
*
* @since 0.71
*
* @param string $get_the_time The formatted time.
* @param string $format Format to use for retrieving the time the post
* was written. Accepts 'G', 'U', or PHP date format.
*/