tag_archive_meta

过滤钩子


apply_filters( 'tag_archive_meta', '' . $tag_description . '
参数
  • (string)
    $
    The default tag description.
    Required:
    Default:
定义位置
  • wp-content/themes/twentyeleven/tag.php , line 35
引入
Twenty Eleven 1.0
弃用

过滤默认的Twenty Eleven标签描述。

echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' );