wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_permalink_rss › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'the_permalink_rss', get_permalink()
Parameter:
  • (string) $post_permalink The current post permalink.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the permalink to the post for use in feeds.





Quellcode

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