wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_permalink_rss › Filtr WordPress Hooks

Od2.3.0
Przestarzałyn/a
apply_filters( 'the_permalink_rss', get_permalink()
Parametry:
  • (string) $post_permalink The current post permalink.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the permalink to the post for use in feeds.





Źródło

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