过滤格式化作者和修订日期。
原型
apply_filters( 'wp_post_revision_title_expanded', string $revision_date_author, WP_Post $revision, bool $link )
参数
$revision_date_author
(string)
格式化的字符串。
$revision
(WP_Post)
修订对象。
$link
(bool)
是否链接到修订页面,如传入wp_post_revision_title_expanded()。
源文件
路径:wp-includes/post-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_post_revision_title_expanded/