Filters the permalink to the post for use in feeds.
Parameters
$post_permalink
string- 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_permalink
stringecho 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.