apply_filters( ‘link_category’, string $cat_name )

In this article

Filters the category name.

Parameters

$cat_namestring
The category name.

Source

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

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.