Filter hook 'the_tags'

in WP Core File wp-includes/category-template.php at line 1219

Description

Filters the tags list for a given post.

Occurrences

Filename Line Number
wp-includes/category-template.php 1219

Parameters

Type Name Description
string $tag_list List of tags.
string $before String to use before the tags.
string $sep String to use between the tags.
string $after String to use after the tags.
int $post_id Post ID.

PHP Doc

/**
	 * Filters the tags list for a given post.
	 *
	 * @since 2.3.0
	 *
	 * @param string $tag_list List of tags.
	 * @param string $before   String to use before the tags.
	 * @param string $sep      String to use between the tags.
	 * @param string $after    String to use after the tags.
	 * @param int    $post_id  Post ID.
	 */