Summery Summery
Returns the link for the currently displayed feed.
Syntax Syntax
Return Return
(string) Correct link for the atom:self element.
Source Source
File: wp-includes/feed.php
if ( $url ) { echo '<icon>' . convert_chars( $url ) . "</icon>\n"; } }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |