get_the_category_by_ID() WP 1.0
Retrieve category name based on category ID.
Works based on:
get_term()
No Hooks.
Return
String/WP_Error. Category name on success, WP_Error on failure.
Usage
get_the_category_by_ID( $cat_ID );
- $cat_ID(int) (required)
- Category ID.