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