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. |
Filters the category name.
$cat_namestring$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.