On this page
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.
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
File: wp-includes/post-template.php. View all references
return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );
Related
Used By
| Used By | Description |
|---|---|
| wp_post_revision_title_expanded() wp-includes/post-template.php | Retrieves formatted date timestamp of a revision (linked to that revisions’s page). |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_post_revision_title_expanded