list_cats

最后更新于:2021-11-27 02:50:04

apply_filters( ‘list_cats’, string $element, GC_Term|null $category )

Filters a taxonomy drop-down display element.

参数

$element

(string)
Category name.

$category

(GC_Term|null)
The category object, or null if there’s no corresponding category.

源文件

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

View on Trac