WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_post_revision_title_expanded

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post-template.php apply_filters 1942 /**
* 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().
*/

Hook Parameters

Parameter 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