About 2,080,000 results
Open links in new tab
  1. get_post_time () – Function | Developer.WordPress.org

    Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. Default 'U'.

  2. get_post_time() – Gets the publication time of the post in the ...

    Gets the publication time of the post in the specified format (default is unix timestamp). Used inside the WordPress loop.

  3. Using get_post_time to get the post publication time in WordPress

    Mar 20, 2024 · The WordPress get_post_time function is a built-in feature that retrieves the time at which a particular post or page was published. The time is obtained from the database where the …

  4. get_post_time - WBW

    Learn how to use the get_post_time hook in WordPress to customize the output of post time. Understand its parameters, troubleshoot issues, and follow best practices for a seamless user …

  5. get_post_time – Hook | Developer.WordPress.org

    Format to use for retrieving the date of the post. Accepts 'G', 'U', or PHP date format.

  6. get_post() – Function | Developer.WordPress.org

    The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to a WP_Post object, an associative array, or a numeric array, respectively.

  7. get_post_time () | Function | ClassicPress Documentation

    (Optional) Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. Default 'U'. Default value: 'U' $gmt

  8. get_post_time (WordPress Function) - wpseek.com

    Jun 30, 2025 · Retrieves the localized time of the post. WordPress lookup for get_post_time, a WordPress Function.

  9. get_post_time | Hook | WordPress Code Reference - WPPaste

    By default, posts are displayed in the WordPress time format, which is the time format set in your WordPress settings. However, if you want to change the time format for your posts, you can use the …

  10. get_the_time () – Function | Developer.WordPress.org

    Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. Defaults to the 'time_format' option.