apply_filters( ‘feed_links_extra_show_post_type_archive_feed’, bool $show )

In this article

Filters whether to display the post type archive feed link.

Parameters

$showbool
Whether to display the post type archive feed link. Default true.

Source

$show_post_type_archive_feed = apply_filters( 'feed_links_extra_show_post_type_archive_feed', true );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.