2 php wordpress
如何获得已发布帖子的unix时间戳("the_date"或"the_time"函数)?
Ben*_*enM 5
只需传入Epoc参数即可.the_time()将输出字符串; get_the_time()将它返回到变量以供其他地方使用.
the_time()
get_the_time()
$timestamp = get_the_time('U');
归档时间:
13 年,2 月 前
查看次数:
2303 次
最近记录:
12 年,8 月 前