get_linkcatname() WP 0.71
Deprecated in 2.1.0. It is no longer supported and can be removed in future releases. Use get_category() instead.
Gets the name of category by id.
- See: get_category()
No Hooks.
Return
String.
Usage
get_linkcatname( $id );
- $id(int)
- The category to get. If no category supplied uses 0
Default:0