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. |
| CARVIEW |
Filters the category name.
$cat_namestring$catname = apply_filters( 'link_category', $cat->name );
| Used by | Description |
|---|---|
get_links_list()wp-includes/deprecated.php | Output entire list of links by category. |
wp_list_bookmarks()wp-includes/bookmark-template.php | Retrieves or echoes all of the bookmarks. |
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.