WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about link_category

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-links-opml.php apply_filters 67 /**
* Fires in the OPML header.
*
* @since 3.0.0
*/
wp-includes/bookmark-template.php apply_filters 288 /**
* Filters the category name.
*
* @since 2.2.0
*
* @param string $cat_name The category name.
*/
wp-includes/deprecated.php apply_filters 1061 /**
* Output entire list of links by category.
*
* Output a list of all links, listed by category, using the settings in
* $wpdb->linkcategories and output it as a nested HTML unordered list.
*
* @since 1.0.1
* @deprecated 2.1.0 Use wp_list_bookmarks()
* @see wp_list_bookmarks()
*
* @param string $order Sort link categories by 'name' or 'id'
*/

Hook Parameters

Parameter Type Name Description
string $cat_name The category name.
string $order Sort link categories by 'name' or 'id'