get_the_modified_time

最后更新于:2021-11-27 00:05:18

apply_filters( ‘get_the_modified_time’, string|int|false $the_time, string $format, GC_Post|null $post )

Filters the localized time a post was last modified.

参数

$the_time

(string|int|false)
The formatted time or false if no post is found.

$format

(string)
Format to use for retrieving the time the post was modified. Accepts ‘G’, ‘U’, or PHP date format.

$post

(GC_Post|null)
GC_Post object or null if no post is found.

源文件

文件: gc-includes/general-template.php

View on Trac