atom_enclosure

过滤钩子
apply_filters( 'atom_enclosure', $html_link_tag )
参数
  • (string) $html_link_tag The HTML link tag with a URI and other attributes.
    Required:
定义位置
相关勾子
rss_enclosureatom_entryatom_nscomment_closedcustom_menu_order
相关方法
atom_enclosuredo_encloserss_enclosuredo_all_enclosuresget_enclosedupdate_core
引入
2.2.0
弃用
-

atom_enclosure: 这个函数用来显示WordPress中Atom feed的外壳信息。外壳是一个媒体文件,它与WordPress网站中的一个文章或页面相关。它与atom_entry和atom_head函数一起使用,为WordPress站点生成Atom feed。

过滤当前文章的atom enclosure HTML链接标签。

echo apply_filters( 'atom_enclosure', $html_link_tag );

常见问题

FAQs
查看更多 >