the_permalink_rss

Advertisement

Summery Summery

Display the permalink to the post for use in feeds.

Syntax Syntax

the_permalink_rss()

Source Source

File: wp-includes/feed.php

 * Display the permalink to the post for use in feeds.
 *
 * @since 2.3.0
 */
function the_permalink_rss() {
	/**
	 * Filters the permalink to the post for use in feeds.
	 *
	 * @since 2.3.0
	 *

Advertisement

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Advertisement

Leave a Reply