apply_filters( 'the_permalink_rss', string $post_permalink )
Filters the permalink to the post for use in feeds.
Parameters
- $post_permalink
-
The current post permalink.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |