On this page
apply_filters( 'feed_links_show_posts_feed', bool $show )
Filters whether to display the posts feed link.
Parameters
$showbool-
Whether to display the posts feed link. Default true.
Source
File: wp-includes/general-template.php. View all references
if ( apply_filters( 'feed_links_show_posts_feed', true ) ) {
Related
Used By
| Used By | Description |
|---|---|
| feed_links() wp-includes/general-template.php | Displays the links to the general feeds. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/feed_links_show_posts_feed