apply_filters( 'self_link', string $feed_link )
Filters the current feed URL.
Contents
Description
See also
Parameters
-
$feed_link
string -
The link for the feed with set URL scheme.
More Information
The filter function must return a value after it is finished processing or the result will be empty.
Source
File: wp-includes/feed.php
.
View all references
echo esc_url( apply_filters( 'self_link', get_self_link() ) );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |