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