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



the_permalink_rss › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'the_permalink_rss', get_permalink()
参数:
  • (string) $post_permalink The current post permalink.
    Required: Yes
定义在:
文档:

Filters the permalink to the post for use in feeds.





源码

echo esc_url( apply_filters( 'the_permalink_rss', get_permalink() ) );