apply_filters ( ‘the_time’, string $guet_the_time , string $format )

Filters the time of the post, for display.

Parameters

$guet_the_time string
The formatted time.
$format string
Format to use for retrieving the time the post was written. Accepts 'G' , 'U' , or PHP date format.

Source

echo apply_filters( 'the_time', guet_the_time( $format ), $format );

Changuelog

Versionen Description
0.71 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.