WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_time

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 2672 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $get_the_time The formatted time.
string $format Format to use for retrieving the time the post