Filters the current feed URL.
Description
See also
Parameters
$feed_link
string- The link for the feed with set URL scheme.
Source
echo esc_url( apply_filters( 'self_link', get_self_link() ) );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
CARVIEW |
Filters the current feed URL.
$feed_link
stringThe filter function must return a value after it is finished processing or the result will be empty.
echo esc_url( apply_filters( 'self_link', get_self_link() ) );
Used by | Description |
---|---|
self_link()wp-includes/feed.php | Displays the link for the currently displayed feed in a XSS safe way. |
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.