Filter hook 'self_link'

in WP Core File wp-includes/feed.php at line 691

Description

Filters the current feed URL.

Occurrences

Filename Line Number
wp-includes/feed.php 691

Parameters

Type Name Description
string $feed_link The link for the feed with set URL scheme.

PHP Doc

/**
	 * Filters the current feed URL.
	 *
	 * @since 3.6.0
	 *
	 * @see set_url_scheme()
	 * @see wp_unslash()
	 *
	 * @param string $feed_link The link for the feed with set URL scheme.
	 */