Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 1714 | /** * Filters the robots.txt output. * * @since 3.0.0 * * @param string $output The robots.txt output. * @param bool $public Whether the site is considered "public". */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $output | The robots.txt output. |
bool | $public | Whether the site is considered "public". |