apply_filters( 'category_css_class', array $css_classes, object $category, int $depth, array $args )

Filters the list of CSS classes to include with each category in the list.


Description Description

See also See also


Top ↑

Parameters Parameters

$css_classes

(array) An array of CSS classes to be applied to each list item.

$category

(object) Category data object.

$depth

(int) Depth of page, used for padding.

$args

(array) An array of wp_list_categories() arguments.


Top ↑

Source Source

File: wp-includes/class-walker-category.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.