the_time WordPress日期和时间调用函数怎么用
2020-01-11 09:49:34
ADMIN
the_time wordpress日期和时间调用函数怎么用?
the_time WordPress日期和时间调用函数,使用wordpress的朋友可以参考下。
推荐:《wordpress教程》
代码如下:
<?php the_time('Y-m-d'); ?>登录后复制