list_cats

过滤钩子


apply_filters( 'list_cats', esc_attr( $category->name )
定义位置
  • wp-includes/class-walker-category.php
    , line 106
引入
n/a
弃用

这个过滤器在wp-includes/category-template.php中有记录。

$cat_name = apply_filters( 'list_cats', esc_attr( $category->name ), $category );