wpseek.com
A WordPress-centric search engine for devs and theme authors



the_permalink_rss › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'the_permalink_rss', get_permalink()
Parameters:
  • (string) $post_permalink The current post permalink.
    Required: Yes
Defined at:
Codex:

Filters the permalink to the post for use in feeds.





Source

echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );