Description
Filters whether to display the posts feed link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 3130 |
Parameters
Type | Name | Description |
---|---|---|
bool | $show | Whether to display the posts feed link. Default true. |
PHP Doc
/**
* Filters whether to display the posts feed link.
*
* @since 4.4.0
*
* @param bool $show Whether to display the posts feed link. Default true.
*/