Filters the permalink to the post for use in feeds.
$post_permalinkstringwp-includes/feed.php:252the_permalink_rss() * Filters the permalink to the post for use in feeds. * * @since 2.3.0 * * @param string $post_permalink The current post permalink. */ echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );} /** * Outputs the link to the comments for the current post in an XML safe way. * * @since 3.0.0Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.