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



tag_archive_meta › WordPress过滤钩子

SinceTwenty Eleven 1.0
已弃用n/a
apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' )
参数:
  • (string) The default tag description.
    Required: No
    默认:
定义在:
文档:

Filters the default Twenty Eleven tag description.





源码

echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );