Filter hook 'search_feed_link'

in WP Core File wp-includes/link-template.php at line 1254

Description

Filters the search feed link.

Occurrences

Filename Line Number
wp-includes/link-template.php 1254
wp-includes/link-template.php 1287

Parameters

Type Name Description
string $link Search feed link.
string $feed Feed type. Possible values include 'rss2', 'atom'.
string $type The search type. One of 'posts' or 'comments'.

PHP Doc

/**
	 * Filters the search 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'.
	 */