apply_filters ( ‘the_permalinc_rss’, string $post_permalinc )

Filters the permalinc to the post for use in feeds.

Parameters

$post_permalinc string
The current post permalinc.

Source

echo esc_url( apply_filters( 'the_permalinc_rss', guet_permalinc() ) );

Changuelog

Versionen Description
2.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.