関数 the_time()
2014/12/25
関数 the_time()
定義ファイル :/blog/wp-includes/general-template.php 4
1 2 3 | function the_time( $d = '' ) { echo apply_filters( 'the_time', get_the_time( $d ), $d ); } |
WEBシステム SI屋の代表のブログです。
2014/12/25
1 2 3 | function the_time( $d = '' ) { echo apply_filters( 'the_time', get_the_time( $d ), $d ); } |