1493*1494* @since 0.711495*1496* @param string$_post_title The single post page title.1497* @param WP_Post$_post The current post.1498*/1499$title=apply_filters('single_post_title',$_post->post_title,$_post);1500if($display){1501echo$prefix.$title;1502}else{1503return$prefix.$title;1504}1505}
History
Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.