Wordpress 钩子:the_tags
文章目录
过滤给定帖子的标签列表。
原型
apply_filters( 'the_tags', string $tag_list, string $before, string $sep, string $after, int $id )
参数
$tag_list
(string)
标签列表。
$before
(string)
标签前使用的字符串。
$sep
(string)
标签之间使用的字符串。
$after
(string)
标签后使用的字符串。
$id
(int)
帖子ID。
源文件
路径:wp-includes/category-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_tags/
文章作者 iBllex
上次更新 2019-02-16