apply_filters( ‘search_feed_link’, string $link, string $feed, string $type )

In this article

Filters the search feed link.

Parameters

$linkstring
Search feed link.
$feedstring
Feed type. Possible values include 'rss2', 'atom'.
$typestring
The search type. One of 'posts' or 'comments'.

Source

return apply_filters( 'search_feed_link', $link, $feed, 'posts' );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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