apply_filters( 'robots_txt', string $output , bool $public )
Filters the robots.txt output.
Parameters
- $output
-
Robots.txt output.
- $public
-
Whether the site is considered "public".
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |