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.


Top ↑

Source Source

File: wp-includes/category-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.