Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 3283 | /** * Filters whether to display the custom taxonomy feed link. * * @since 6.1.0 * * @param bool $show Whether to display the custom taxonomy feed link. Default true. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $show | Whether to display the custom taxonomy feed link. Default true. |