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



rss_enclosure › WordPress过滤钩子

Since2.2.0
已弃用n/a
apply_filters( 'rss_enclosure', '参数:
  • (string) $html_link_tag The HTML link tag with a URI and other attributes.
    Required: No
    默认:
定义在:文档:

Filters the RSS enclosure HTML link tag for the current post.





源码

echo apply_filters( 'rss_enclosure', '<enclosure url="' . esc_url( trim( $enclosure[0] ) ) . '" length="' . absint( trim( $enclosure[1] ) ) . '" type="' . esc_attr( $type ) . '" />' . "\n" );