wp_post_revision_title_expanded

wp_post_revision_title_expanded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_post_revision_title_expanded') is found 1 times:

  • /wp-includes/post-template.php line 1963
    	 * @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().
    	 */
    	return apply_filters( 'wp_post_revision_title_expanded', $revision_date_author, $revision, $link );
    }
    
    /**
     * Displays a list of a post's revisions.
     *
     * Can output either a UL with edit links or a TABLE with diff interface, and