Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_catname [ WordPress Function ]

get_catname ( $cat_ID )
Parameters:
  • (int) $cat_ID Category ID
See:
Returns:
  • (string) category name
Defined at:



Retrieve the category name by the category ID.

Source


<?php
function get_catname$cat_ID ) {
    
_deprecated_function__FUNCTION__'2.8''get_cat_name()' );
    return 
get_cat_name$cat_ID );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics