WPDev.one

the_tags()

the_tags( mixed $before = null, mixed $sep = ', ', mixed $after = '' )

Displays the tags for a post.

Parameters 0 required

Name / Type Description
$before
string

Optional. String to use before the tags. Defaults to 'Tags:'.

$sep
string

Optional. String to use between the tags. Default ', '.

$after
string

Optional. String to use after the tags. Default empty.

Return Value

(void)
No return value description available.

Function Information

Since Version
2.3.0
Source File
wp-includes/category-template.php
Advertisement