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_Post|null)
GC_Post object or null if no post is found.

源文件

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

View on Trac