W3cubDocs

/WordPress

apply_filters( ‘feed_links_extra_show_category_feed’, bool $show )

Filters whether to display the category feed link.

Parameters

$showbool
Whether to display the category feed link. Default true.

Source

$show_category_feed = apply_filters( 'feed_links_extra_show_category_feed', true );

Changelog

Version Description
6.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/feed_links_extra_show_category_feed