apply_filters( 'the_time', string $get_the_time, string $d )

Filters the time a post was written for display.


Parameters

$get_the_time

(string) The formatted time.

$d

(string) The time format. Accepts 'G', 'U', or php date format.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.