wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



category_css_class › Filtr WordPress Hooks

Od4.2.0
Przestarzałyn/a
apply_filters( 'category_css_class', $css_classes, $category, $depth, $args )
Parametry: (4)
  • (string[]) $css_classes An array of CSS classes to be applied to each list item.
    Wymagane: Tak
  • (WP_Term) $category Category data object.
    Wymagane: Tak
  • (int) $depth Depth of page, used for padding.
    Wymagane: Tak
  • (array) $args An array of wp_list_categories() arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

$css_classes = implode( ' ', apply_filters( 'category_css_class', $css_classes, $category, $depth, $args ) );