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

Filters the formatted author and date for a revision.


Description Description


Parameters Parameters

$revision_date_author

(string) The formatted string.

$revision

(WP_Post) The revision object.

$link

(bool) Whether to link to the revisions page, as passed into wp_post_revision_title_expanded().


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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