wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_permalink_rss › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'the_permalink_rss', get_permalink()
Paramètres:
  • (string) $post_permalink The current post permalink.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the permalink to the post for use in feeds.





Source

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