Filters the search feed link.
$linkstring$feedstring$typestringwp-includes/link-template.php:1254get_search_feed_link()wp-includes/link-template.php:1287get_search_comments_feed_link() * @since 2.5.0 * * @param string $link Search feed link. * @param string $feed Feed type. Possible values include 'rss2', 'atom'. * @param string $type The search type. One of 'posts' or 'comments'. */ return apply_filters( 'search_feed_link', $link, $feed, 'posts' );} /** * Retrieves the permalink for the search results comments feed. * * @since 2.5.0Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.