wordpress / latest / hooks / link_category.html

apply_filters( 'link_category', string $cat_name )

Filters the category name.

Parameters

$cat_name string
The category name.

Source

File: wp-includes/bookmark-template.php. View all references

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

Used By

Used By Description

Changelog

Version Description
2.2.0 Introduced.

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