get_the_tags

最后更新于:2021-11-27 00:06:40

apply_filters( ‘get_the_tags’, GC_Term[]|false|GC_Error $terms )

Filters the array of tags for the given post.

参数

$terms

(GC_Term[]|false|GC_Error)
Array of GC_Term objects on success, false if there are no terms or the post does not exist, GC_Error on failure.

源文件

文件: gc-includes/category-template.php

View on Trac