Filters the tags list for a given post.
$tag_liststring$beforestring$sepstring$afterstring$post_idintwp-includes/category-template.php:1219get_the_tag_list() * @param string $tag_list List of tags. * @param string $before String to use before the tags. * @param string $sep String to use between the tags. * @param string $after String to use after the tags. * @param int $post_id Post ID. */ return apply_filters( 'the_tags', $tag_list, $before, $sep, $after, $post_id );} /** * Displays the tags for a post. * * @since 2.3.0Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.