W3cubDocs

/WordPress

apply_filters( ‘link_category’, string $cat_name )

Filters the category name.

Parameters

$cat_namestring
The category name.

Source

$catname = apply_filters( 'link_category', $cat->name );

Changelog

Version Description
2.2.0 Introduced.

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