the_permalink_rss WordPress Filter Hook
The the_permalink_rss hook is used to filter the permalink for an RSS feed. This hook is useful for customizing how your RSS feed appears to subscribers.
apply_filters( 'the_permalink_rss', string $post_permalink ) #
Filters the permalink to the post for use in feeds.
Parameters
- $post_permalink
(string)The current post permalink.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |