On this page
apply_filters( 'link_category', string $cat_name )
Filters the category name.
Parameters
$cat_namestring-
The category name.
Source
File: wp-includes/bookmark-template.php. View all references
$catname = apply_filters( 'link_category', $cat->name );
Related
Used By
| 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. |
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