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