apply_filters( ‘wp_post_revision_title_expanded’, string $revision_date_author, WP_Post $revision, bool $link )

In this article

Filters the formatted author and date for a revision.

Parameters

$revision_date_authorstring
The formatted string.
$revisionWP_Post
The revision object.
$linkbool
Whether to link to the revisions page, as passed into wp_post_revision_title_expanded() .
More Arguments from wp_post_revision_title_expanded( … $link )Whether to link to revision’s page.

Source

return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.