【发布时间】:2015-07-31 21:14:34
【问题描述】:
如何在 Wordpress 中检查帖子是否已更新?
if (post_has_edit())
the_modified_time();
else
the_time();
有post_has_edit()这样的功能吗?
【问题讨论】:
-
if (last edit date <> creation date),可能 -
是函数o_O吗?
-
你能说一下你的意思吗?
标签: php wordpress last-modified