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_author
-
The formatted string.
- $revision
-
The revision object.
- $link
-
Whether to link to the revisions page, as passed into wp_post_revision_title_expanded().
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |