Filters whether to display the tag feed link.
Parameters
$showbool- Whether to display the tag feed link. Default true.
Source
$show_tag_feed = apply_filters( 'feed_links_extra_show_tag_feed', true );
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Filters whether to display the tag feed link.
$showbool$show_tag_feed = apply_filters( 'feed_links_extra_show_tag_feed', true );
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.