wpseek.com
A WordPress-centric search engine for devs and theme authors



tag_archive_meta › WordPress Filter Hooks

SinceTwenty Eleven 1.0
Deprecatedn/a
apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' )
Parameters:
  • (string) The default tag description.
    Required: No
    Default:
Defined at:
Codex:

Filters the default Twenty Eleven tag description.





Source

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