apply_filters( 'feed_links_extra_show_post_type_archive_feed', bool $show )
Filters whether to display the post type archive feed link.
Parameters
-
$show
bool -
Whether to display the post type archive feed link. Default true.
Source
File: wp-includes/general-template.php
.
View all references
$show_post_type_archive_feed = apply_filters( 'feed_links_extra_show_post_type_archive_feed', true );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |