Filters the category name.
Parameters
$cat_name
string- The category name.
Source
$catname = apply_filters( 'link_category', $cat->name );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Filters the category name.
$cat_name
string$catname = apply_filters( 'link_category', $cat->name );
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.