Filters the permalink to the post for use in feeds.
Parameters
$post_permalinkstring- The current post permalink.
Source
echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
Filters the permalink to the post for use in feeds.
$post_permalinkstringecho esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.