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
1906       * Filters the formatted author and date for a revision.
1907       *
1908       * @since 4.4.0
1909       *
1910       * @param string  $revision_date_author The formatted string.
1911       * @param WP_Post $revision             The revision object.
1912       * @param bool    $link                 Whether to link to the revisions page, as passed into
1913       *                                      wp_post_revision_title_expanded().
1914       */
1915      return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );
1916 }
1917
1918 /**
1919  * Display a list of a post's revisions.
1920  *
1921  * Can output either a UL with edit links or a TABLE with diff interface, and
1922  * restore action links.
1923  *
1924  * @since 2.6.0