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. Possible values include 'rss2', 'atom'.
$type string
The search type. One of 'posts' or 'comments'.

Top ↑

Source

File: wp-includes/link-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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