Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_post_revision_title_expanded

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1933       * Filters the formatted author and date for a revision.
1934       *
1935       * @since 4.4.0
1936       *
1937       * @param string  $revision_date_author The formatted string.
1938       * @param WP_Post $revision             The revision object.
1939       * @param bool    $link                 Whether to link to the revisions page, as passed into
1940       *                                      wp_post_revision_title_expanded().
1941       */
1942      return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );
1943 }
1944
1945 /**
1946  * Displays a list of a post's revisions.
1947  *
1948  * Can output either a UL with edit links or a TABLE with diff interface, and
1949  * restore action links.
1950  *
1951  * @since 2.6.0