apply_filters( 'the_tags', string $tag_list, string $before, string $sep, string $after, int $post_id )

Filters the tags list for a given post.


Parameters

$tag_list

List of tags.

$before

String to use before the tags.

$sep

String to use between the tags.

$after

String to use after the tags.

$post_id

Post ID.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
2.3.0 Introduced.