the_permalink_rss

the_permalink_rss

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_permalink_rss') is found 1 times:

  • /wp-includes/feed.php line 250
    	 * @since 2.3.0
    	 *
    	 * @param string $post_permalink The current post permalink.
    	 */
    	echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );
    }
    
    /**
     * Outputs the link to the comments for the current post in an XML safe way.
     *
     * @since 3.0.0
    

See this hook used in plugins: