Filter hook 'wp_post_revision_title_expanded'

in WP Core File wp-includes/post-template.php at line 1967

Description

Filters the formatted author and date for a revision.

Occurrences

Filename Line Number
wp-includes/post-template.php 1967

Parameters

Type Name Description
string $revision_date_author The formatted string.
WP_Post $revision The revision object.
bool $link Whether to link to the revisions page, as passed into wp_post_revision_title_expanded().

PHP Doc

/**
	 * Filters the formatted author and date for a revision.
	 *
	 * @since 4.4.0
	 *
	 * @param string  $revision_date_author The formatted string.
	 * @param WP_Post $revision             The revision object.
	 * @param bool    $link                 Whether to link to the revisions page, as passed into
	 *                                      wp_post_revision_title_expanded().
	 */