📜  wordpress 获取默认日期格式 - PHP 代码示例

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

代码示例1
$date_format = get_option( 'date_format' ); // e.g. "F j, Y"
$time_format = get_option( 'time_format' ); // e.g. "H:i:s"