1708*1709* @since 0.711710*1711* @param string$_post_title The single post page title.1712* @param WP_Post$_post The current post.1713*/1714$title=apply_filters('single_post_title',$_post->post_title,$_post);1715if($display){1716echo$prefix.$title;1717}else{1718return$prefix.$title;1719}1720}
History
Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.