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