W3cubDocs

/WordPress

apply_filters( 'the_category_list', WP_Term[] $categories, int|bool $post_id )

Filters the categories before building the category list.

Parameters

$categories

(WP_Term[]) An array of the post's categories.

$post_id

(int|bool) ID of the post we're retrieving categories for. When false, we assume the current post in the loop.

Source

File: wp-includes/category-template.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_category_list