1727*1728* @since 3.0.01729*1730* @param string$output The robots.txt output.1731* @param bool$public Whether the site is considered "public".1732*/1733echoapply_filters('robots_txt',$output,$public);1734}17351736/**1737* Displays the favicon.ico file content.1738*1739* @since 5.4.0
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.