link_category WordPress Filter Hook
The link_category hook is used to modify the output of link categories. This hook can be used to add custom CSS classes or change the way link categories are displayed.
apply_filters( 'link_category', string $cat_name ) #
Filters the category name.
Parameters
- $cat_name
(string)The category name.
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |