apply_filters( 'the_tags', string $tag_list , string $before , string $sep , string $after , int $id )
Filters the tags list for a given post.
Description Description
Parameters 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 Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |