wppaste
WordPress

apply_filters( 'the_time', string $get_the_time, string $format )

Since
0.71
Filters the time of the post, for display.

Compatibility

WordPress
since 0.71
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0).

Parameters

$get_the_timestring
The formatted time.
$formatstring
Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.

Where this hook fires · 1

  • wp-includes/general-template.php:2821the_time()

Source code

	 * @since 0.71	 *	 * @param string $get_the_time The formatted time.	 * @param string $format       Format to use for retrieving the time the post	 *                             was written. Accepts 'G', 'U', or PHP date format.	 */	echo apply_filters( 'the_time', get_the_time( $format ), $format );} /** * Retrieves the time of the post. * * @since 1.5.0

Changelog

Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 6.8.8 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.