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

Filters the tags list for a given post.


Parameters

$tag_list

(string) List of tags.

$before

(string) String to use before tags.

$sep

(string) String to use between the tags.

$after

(string) String to use after tags.

$id

(int) Post ID.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.