wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_permalink_rss › WordPress Filter Hooks

Da2.3.0
Deprecaton/a
apply_filters( 'the_permalink_rss', get_permalink()
Parametri:
  • (string) $post_permalink The current post permalink.
    Richiesto:
Definito a:
Codex:

Filters the permalink to the post for use in feeds.





Sorgenti

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