apply_filters( 'search_feed_link', string $link, string $feed, string $type )

Filters the search feed link.


Parameters

$link

(string) Search feed link.

$feed

(string) Feed type.

$type

(string) The search type. One of 'posts' or 'comments'.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.