Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: robots_txt

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1669
1670      /**
1671       * Filters the robots.txt output.
1672       *
1673       * @since 3.0.0
1674       *
1675       * @param string $output The robots.txt output.
1676       * @param bool   $public Whether the site is considered "public".
1677       */
1678      echo apply_filters( 'robots_txt', $output, $public );
1679 }
1680
1681 /**
1682  * Display the favicon.ico file content.
1683  *
1684  * @since 5.4.0
1685  */
1686 function do_favicon() {
1687      /**