get_the_modified_date
最后更新于:2021-11-27 00:01:06
apply_filters( ‘get_the_modified_date’, string|int|false $the_time, string $format, GC_Post|null $post )
Filters the date a post was last modified.
参数
- $the_time
-
(string|int|false)
The formatted date or false if no post is found. - $format
-
(string)
PHP date format. - $post
源文件
文件: gc-includes/general-template.php