wpseek.com
WordPress开发者和主题制作者的搜索引擎



self_link › WordPress过滤钩子

Since3.6.0
已弃用n/a
apply_filters( 'self_link', get_self_link()
参数:
  • (string) $feed_link The link for the feed with set URL scheme.
    Required: Yes
定义在:
文档:

Filters the current feed URL.





源码

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