Filter hook 'the_date'

in WP Core File wp-includes/general-template.php at line 2563

Description

Filters the date a post was published for display.

Occurrences

Filename Line Number
wp-includes/general-template.php 2563

Parameters

Type Name Description
string $the_date The formatted date string.
string $format PHP date format.
string $before HTML output before the date.
string $after HTML output after the date.

PHP Doc

/**
	 * Filters the date a post was published for display.
	 *
	 * @since 0.71
	 *
	 * @param string $the_date The formatted date string.
	 * @param string $format   PHP date format.
	 * @param string $before   HTML output before the date.
	 * @param string $after    HTML output after the date.
	 */