wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_post_revision_title_expanded › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link )
Parameter: (3)
  • () revision_date_author The formatted string.
    Erforderlich: Ja
  • () revision The revision object.
    Erforderlich: Ja
  • () link Whether to link to the revisions page, as passed into wp_post_revision_title_expanded().
    Erforderlich: Ja
Definiert in:
Codex:

Filters the formatted author and date for a revision.





Quellcode

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