apply_filters( 'single_post_title', $_post->post_title, $_post )
single_post_title: 该过滤钩子用于修改单个文章视图的标题。
过滤单个文章的页面标题。
$title = apply_filters( 'single_post_title', $_post->post_title, $_post );