1. 首页
  2. WordPress钩子手册

feed_link

apply_filters( ‘feed_link’, string $output, string $feed )

过滤钩:过滤进料类型permalink。
Filter Hook: Filters the feed type permalink.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$output (string) 饲料渗透性。
$feed (string) 进给类型。可能的值包括“rss2”、“atom”或默认提要类型的空字符串。

源码(Source)


更新版本 源码位置 使用 被使用
1.5.0 wp-includes/link-template.php:657 1 0

feed_link 为WP2原创文章,链接:https://www.wp2.cn/hook/feed_link/