get_the_time [ WordPress Function ]
get_the_time ( $d = '', $post = null )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Retrieve the time at which the post was written.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- get_the_time - WordPress Codex
Description. Returns the time of the current post for use in PHP. It does not display the time. To display the time of a post, use the_time(). This tag must be used ...
codex.wordpress.org - What's the difference between get_the_time and get_the_date?
Aug 29, 2011 ... What's the difference between get_the_time and get_the_date? ... They pass output through different filters get_the_date and get_the_time plus ...
wordpress.stackexchange.com - get_the_time Wordpress hook details -- Adam Brown, BYU Political ...
Applied to the formatted post time generated by the get_the_time and get_post_time functions (which are also called by the the_time function). This description ...
adambrown.info - Attachments: parent is page or post? - CSS-Tricks Forums
echo '<li><a href="' . get_year_link(get_the_time('Y')) . ... echo '<li><a href="' . get_month_link(get_the_time('Y'),get_the_time('m')) .
css-tricks.com