Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

comment_time

概要

コメントが投稿された時刻を表示します
The_Loopの中かコメントループの中で使用しなければなりません

用法

<?php comment_time(format); ?>

引数

format (string)

(string)
時刻の表示形式を指定
'd': デフォルト、Wordpressで設定された時刻形式で表示します
詳しくはFormatting Date and Time(邦訳版は準備中)を参照して下さい

用例

-