atom_enclosure

过滤钩子


apply_filters( 'atom_enclosure', $html_link_tag )
参数
  • (string)
    $html_link_tag
    The HTML link tag with a URI and other attributes.
    Required:
定义位置
  • wp-includes/feed.php
    , line 559
引入
2.2.0
弃用

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

echo apply_filters( 'atom_enclosure', $html_link_tag );