Filter hook 'the_permalink_rss'

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

Description

Filters the permalink to the post for use in feeds.

Occurrences

Filename Line Number
wp-includes/feed.php 252

Parameters

Type Name Description
string $post_permalink The current post permalink.

PHP Doc

/**
	 * Filters the permalink to the post for use in feeds.
	 *
	 * @since 2.3.0
	 *
	 * @param string $post_permalink The current post permalink.
	 */