📜  wordpress 获取发布时间 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:14.545000             🧑  作者: Mango

代码示例1
// Retrieve the time at which the post was written.
get_the_time( string $format = '', int|WP_Post $post = null )