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



the_tags › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'the_tags', $tag_list, $before, $sep, $after, $post_id )
Parameters: (5)
  • () tag_list List of tags.
    Required: Yes
  • () before String to use before the tags.
    Required: Yes
  • () sep String to use between the tags.
    Required: Yes
  • () after String to use after the tags.
    Required: Yes
  • () post_id Post ID.
    Required: Yes
Defined at:
Codex:

Filters the tags list for a given post.





Source

return apply_filters( 'the_tags', $tag_list, $before, $sep, $after, $post_id );