A

Size: a a a
A
A
U
A
U
АП
U
A
c
A
U
A
A
echo apply_filters( 'post_date_column_time', $t_time, $post, 'date', $mode );
U
U
PK
c
add_filter( 'get_the_time', function ( $the_date, $format, $post ) {
return 'g:i a' === $format ? get_the_time( 'H:i', $post ) : $the_date;
}, 11, 3 );
A
c