Definition:
function the_permalink_rss() {}
Display the permalink to the post for use in feeds.
Defined filters
- the_permalink_rss
apply_filters('the_permalink_rss', get_permalink()
Source code
function the_permalink_rss() {
echo esc_url( apply_filters('the_permalink_rss', get_permalink() ));
}
3031

February 12, 2011 


No comments yet... Be the first to leave a reply!