Filter hook 'the_modified_date'

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

Description

Filters the date a post was last modified for display.

Occurrences

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

Parameters

Type Name Description
string|false $the_modified_date The last modified date or false if no post is found.
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 last modified for display.
	 *
	 * @since 2.1.0
	 *
	 * @param string|false $the_modified_date The last modified date or false if no post is found.
	 * @param string       $format            PHP date format.
	 * @param string       $before            HTML output before the date.
	 * @param string       $after             HTML output after the date.
	 */