1503*1504* @since 0.711505*1506* @param string$_post_title The single post page title.1507* @param WP_Post$_post The current post.1508*/1509$title=apply_filters('single_post_title',$_post->post_title,$_post);1510if($display){1511echo$prefix.$title;1512}else{1513return$prefix.$title;1514}1515}
History
Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.