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



atom_enclosure › WordPress过滤钩子

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

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





源码

echo apply_filters( 'atom_enclosure', $html_link_tag );