the_permalink_rss
Display the permalink to the post for use in feeds.
Description
the_permalink_rss();
Usage
if ( !function_exists( 'the_permalink_rss' ) ) { require_once ABSPATH . WPINC . '/feed.php'; } // NOTICE! Understand what this does before running. $result = the_permalink_rss();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/feed.php
- function the_permalink_rss() {
- /**
- * Filters the permalink to the post for use in feeds.
- *
- * @since 2.3.0
- *
- * @param string $post_permalink The current post permalink.
- */
- }