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