wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_post_revision_title_expanded › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link )
Parameters: (3)
  • () revision_date_author The formatted string.
    Required: Yes
  • () revision The revision object.
    Required: Yes
  • () link Whether to link to the revisions page, as passed into wp_post_revision_title_expanded().
    Required: Yes
Defined at:
Codex:

Filters the formatted author and date for a revision.





Source

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