wpseek.com
A WordPress-centric search engine for devs and theme authors



self_link › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'self_link', get_self_link()
Parameters:
  • (string) $feed_link The link for the feed with set URL scheme.
    Required: Yes
Defined at:
Codex:

Filters the current feed URL.





Source

echo esc_url( apply_filters( 'self_link', get_self_link() ) );