apply_filters( 'search_feed_link', string $link , string $feed , string $type )
Filters the search feed link.
Parameters
- $link
-
Search feed link.
- $feed
-
Feed type.
- $type
-
The search type. One of 'posts' or 'comments'.
Source
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |