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. |
Filters the current feed URL.
$feed_link
stringecho esc_url( apply_filters( 'self_link', get_self_link() ) );
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.